.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

I had this error:

Permission denied: .htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

I fixed it by changing all directories (and sub-directories) permissions using this command:

-bash-3.00$ find ./ -type d -exec chmod 755 {} \;

Warning: This command changes all sub-folders permissions.


You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed.