Recent and view don't exist
Hi, just bought and installed vshare. When I upload a video it's shown on the frontpage but can't access it. It seems folder recent and view don't exist. Those are virtual folders from what I understood so I checked and mod_rewrite is installed and enabled and the .htaccess is in place.
How should I proceed??
Re: Recent and view don't exist
Check to make sure that you are actually allowing the use of .htaccess files in your Apache httpd.conf file. For your site, you should have set:
AllowOverride All
In your Apache configs
Re: Recent and view don't exist