[solved] 403 error: access denied

webizen

Well-Known Member
#2
usually it is the directory permission issue. it also could be rewrite rules in .htaccess, etc.

pls check error log (i.e. /usr/local/apache/logs/error_log) for more context of 403 error (from shell console).
 
#3
Error Log page

I went to the error log page and that's what I've found (among other errors like these). I am not a webmaster but maybe I can try to fix this, can you explain me how does it work ?

2012-10-16 15:44:51.081 [INFO] [2.231.114.185:59297-0#APVH_laviniaparlamenti.com] File not found [/home/laviniap/public_html/404.shtml]
2012-10-16 15:44:51.081 [INFO] [2.231.114.185:59297-0#APVH_laviniaparlamenti.com] File not found [/home/laviniap/public_html/ndxz-studio/site/js/expandingMenus.js]
 

webizen

Well-Known Member
#4
these are not related (File not found). you should do following from the command line while make request the URL and paste the output here. xx.xx.xx.xx is your IP address.

tail -f /usr/local/apache/logs/error_log | grep xx.xx.xx.xx
 
#5
Hi, thank's but I've found the solution, it was related to the code of permissions that changed I don't know how. I put 755 instead of 750 and now it seems to work.
Thank's anyway
 
Top