hi guys,
this is probably a stupid question, but can anyone explain to me why when I navigate to www.mydomain.co m it doesn't open the index.html file?
I have the following directive in my httpd.conf file:
any ideas are appreciated as always
this is probably a stupid question, but can anyone explain to me why when I navigate to www.mydomain.co m it doesn't open the index.html file?
I have the following directive in my httpd.conf file:
Code:
DirectoryIndex index.htm index.html index.php index.php3 default.html index.cgi index.htm
Comment