UtamaBeritaTutorialBlogTool


Month: June 2007

Apache 2.2 & PHP 5 - Error 403 Access forbidden

Posted By: azhar on June, 20 2007

If you are using Apache 2.2 and PHP 5 and keep receiving this error:

Forbidden

You don’t have permission to access / on this server.

You need to check the .conf file and see if there are no unintentional restrictions to accessing the pages. To remove the restriction, each allowed directory must include the Allow from All statement:

<Directory />
Allow from All
</Directory>


No Comment | Category: Apache