Hello,
First of all i've searched on google and this forum and didn't found the solution.
We have the line below in our httpd.conf (everyone of you)
But for some reason is index.php overruling the index.html.
My question: I want first index.html, after that index.php instead of index.php then index.html.
How can I fix this?
First of all i've searched on google and this forum and didn't found the solution.
We have the line below in our httpd.conf (everyone of you)
I should think that index.html will be first, index.htm second and then index.shtml and then index.php etc..DirectoryIndex index.html index.htm index.shtml index.php index.php5 index.php4 index.php3 index.phtml index.cgi
But for some reason is index.php overruling the index.html.
My question: I want first index.html, after that index.php instead of index.php then index.html.
How can I fix this?