PDA

View Full Version : Apache default document...403 Forbiden



bankbass
04-19-2008, 05:39 PM
when in entering my web by typing "www.example.com" ,It return

403 Forbidden

I have to use "www.example.com/index.php"
I discovered that Apache read only .html file as default.
How do i change this?
Thanks.

vovaNux
05-01-2008, 11:05 PM
Find ErrorDocument 403 at your httpd.conf

tsiou
05-09-2008, 09:28 AM
try to change directoryindex as above :

DirectoryIndex index.html index.html.var index.htm index.shtml index.php index.php5 index.php4 index.php3 index.phtml index.cgi

to have support for many extensions.