Apache default document...403 Forbiden

bankbass

New member
Joined
Apr 18, 2008
Messages
4
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.
 
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.
 
Back
Top