Hello... i will tell the story first. when i go to Public_html in cPanel. i change persission to 044. i uncheck "READ" in User Section. then the data ERROR.. how can i fix that.? here Website Display. " Forbidden You don't have permission to access /index.php on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
044 is like the most restrictive permissions I've seen lol. If you have a problem having people looking at the files in your public_html, put a blank index.html in it and it'll be a white page. I think public_html is 755...no?
Hello there, If you have not corrected this issue, it is suggested that you contact your provider, they should be able to fix things up. Regards, Chris
Hi, This can be solved easily. 1. Login via ssh to the server. 2. cd /home/<username>/ 3. chmod 755 public_html -R Try loading the site now. It should work.