When you setup PHPMotion video website you will encounter the following error first,
The requested URL /upload-media was not found on this server.
It happens due to the error in Apache Config. Add the following Directory Element to the config file.
<Directory "/var/www/htdocs/htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
The above directory entry assumes that you have installed phpmotion in /var/www/htdocs/htdocs.
It all happens since .htaccess is denied to run from those directories.
Showing posts with label phpmotion. Show all posts
Showing posts with label phpmotion. Show all posts
Friday, December 31, 2010
Subscribe to:
Posts (Atom)