i'm seeing following error continuously in the cPanels error log:
[core:crit] [pid 36081] (13)Permission denied: [client 66.240.192.138:59520] AH00529: /home/<user>/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/<user>/public_html/' is executable
the permission for public_html is currently set as 750. now the problem seems same as the following question:
it is suggested that the public_html should be 755 to fix the issue, but upon googling I found that 755 might be a bad idea and it should be 750. so what to do?