Reversing index.xxx order for one domain
am 09.08.2007 00:09:26 von FloorI have a domain running of which I would like to reverse the order of
displaying index files:
part of my httpd.conf
-- cut --
DirectoryIndex index.php index.html
-- cut --
So first is index.php and second comes index.html
For a specific domein I want to force first showing index.html and then
showing index.php
part of my httpd.sites
-- cut --
ServerName www.mysite.com
ServerAdmin webmaster@mysite.com
DocumentRoot /usr/www/mysite.com/
CustomLog /log/websites/mysite.com combined
-- cut --
Can you pls tell my what I have to ad to the VirtualHost section to force
this to happen?
Floor