Guest Posted March 1, 2011 Share Posted March 1, 2011 I have changed my www folder to /media/Drive2/projects/localserver/www/ but now I keep getting a 403 error. I have changed the owner to www-data even chmodded it to 777 for now here is my default website config <VirtualHost *:80> ServerName usualbeings.com ServerAlias *.usualbeings.com ServerAdmin jeff8j@gmail.com #DocumentRoot /var/www DocumentRoot /media/Drive2/projects/localserver/www/ <Directory /media/Drive2/projects/localserver/www/> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost> And this is the error I am getting in the error.log [Tue Mar 01 07:48:53 2011] [crit] [client 127.0.0.1] (13)Permission denied: /media/Drive2/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable I cant figure out why in the world its trying to read /media/Drive2/.htaccess it should be trying to read /media/Drive2/projects/localserver/www/.htaccess Quote Link to comment https://forums.phpfreaks.com/topic/229248-apache-changed-foler-problem/ Share on other sites More sharing options...
Guest Posted March 1, 2011 Share Posted March 1, 2011 I have tried everything I can think of and cannot find the reason for this any help would be greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/229248-apache-changed-foler-problem/#findComment-1181319 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.