Reversing index.xxx order for one domain

Reversing index.xxx order for one domain

am 09.08.2007 00:09:26 von Floor

I 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

Re: Reversing index.xxx order for one domain

am 09.08.2007 08:58:10 von unknown

Post removed (X-No-Archive: yes)

Re: Reversing index.xxx order for one domain

am 09.08.2007 12:03:13 von Floor

Davide Bianchi:

> Add a DirectoryIndex optionion in your VHost definition.

Thanks!
Floor