How to resolve pcfg_openfile error on your website
Are you getting pcfg_openfile error on the website. If you are getting 404 error on the site and getting following error logs on the server, then check permissions for the user directory in the /home directory first.
=====================================
[Mon Nov 10 05:11:13 2008] [crit] [client 203.193.165.98] (13)Permission denied: /home/power123/public_html/reehil/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
=====================================
Please set permission for user directory under /home directory to 711.
Also check permission for .htaccess file under the directory /home/power123/public_html/reehil/ and it should be 644.
The error will get fixed with these permissions set for the respective directories.
|