Permission Denied Error [resolved]
On one of my sites, I've suddenly started getting the 403 error everytime I try to access any page:
Quote:
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I checked the error log, and it showed this:
Quote:
XXX.XXX.XXX.XXX (13)Permission denied: /home/mydomain/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
Is there anything I need to do with the .htacess file?
(xxx.xxx.xxx.xxx = ip address ;) )