RicoDev
11-27-2001, 09:08 PM
Hi there!
Why can't my web site be accessible if I name my main file "index.php"? I get this error message :
Forbidden You don't have permission to access / on this server.
If I name my file Index.html, everything work's fine. I've looked in the apache doc and tried what it was suggested : remove the string :
<Files ~ "\.(cgi|shtml)$">
Didn't work. Same old.
I can access my php files without problems by a link and they are working fine.
There must be a string in httpd.conf that isn't configured correctly but I can't get a hand on it!
Thank's a lot for looking!
Eric,
Why can't my web site be accessible if I name my main file "index.php"? I get this error message :
Forbidden You don't have permission to access / on this server.
If I name my file Index.html, everything work's fine. I've looked in the apache doc and tried what it was suggested : remove the string :
<Files ~ "\.(cgi|shtml)$">
Didn't work. Same old.
I can access my php files without problems by a link and they are working fine.
There must be a string in httpd.conf that isn't configured correctly but I can't get a hand on it!
Thank's a lot for looking!
Eric,