B bankbass New member Joined Apr 18, 2008 Messages 4 Apr 19, 2008 #1 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.
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.
V vovaNux Verified User Joined Nov 27, 2006 Messages 82 May 1, 2008 #2 Find ErrorDocument 403 at your httpd.conf
tsiou Verified User Joined Sep 15, 2006 Messages 215 Location Larisa, Greece May 9, 2008 #3 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.
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.