Programming Tutorials

Comment on Tutorial - .htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable By Emiley J.



Comment Added by : Alex

Comment Added at : 2011-07-10 09:03:56

Comment on Tutorial : .htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable By Emiley J.
Thanks for this. I was checking and double checking my .htaccess file's contents but didn't think about modifying permissions.

If you have ssh Terminal access, just run:
chmod -R 755 <website_root_directory>


View Tutorial