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. **