How to eliminate 403 error in site on Apache? asked Feb 13, 2020 in Software by Pantycle_Genefanty (12.3k points) 0 like 0 dislike 36 views When I try get access to site, i has get 403 error. How I can to eliminate 403 error in site on Apache web server? apache 403 error apache error 403 web server url server Your comment on this question: Your name to display (optional): Email me at this address if a comment is added after mine:Email me if a comment is added after mine Privacy: Your email address will only be used for sending these notifications. Anti-spam verification: To avoid this verification in future, please log in or register. 1 Answer 0 like 0 dislike answered Feb 13, 2020 by Pantycle_Genefanty (12.3k points) For the error 403 maybe you didn't set default document, so it try to access to folder content. For default document you can use for example: DirectoryIndex index.html index.htm index.php Your comment on this answer: Your name to display (optional): Email me at this address if a comment is added after mine:Email me if a comment is added after mine Privacy: Your email address will only be used for sending these notifications. Anti-spam verification: To avoid this verification in future, please log in or register.