Recently I logged into cPanel and view lots of error logs like this:
"Permission denied: [client] AH00529: /home/username/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/username/public_html/' is executable"
I then checked the permissions using the following commands:
"stat /home/username
stat /home/username/public_html"
The permissions on the folder "/home/username" is 0711, while the permissions on the folder "/home/username/public_html" is 0750. Additionally, the permissions on the .htaccess is 0644.
How could I fix this problem? Please help! Thanks a lot!
"Permission denied: [client] AH00529: /home/username/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/username/public_html/' is executable"
I then checked the permissions using the following commands:
"stat /home/username
stat /home/username/public_html"
The permissions on the folder "/home/username" is 0711, while the permissions on the folder "/home/username/public_html" is 0750. Additionally, the permissions on the .htaccess is 0644.
How could I fix this problem? Please help! Thanks a lot!
Last edited: