Hi,
I have two files on my root directory. index.php and index.html. By default it goes to index.php when we enter a domain name
index.html is automatically generated page and you can see how it is generating automatically on this thread,
http://www.phpbuilder.com/board/showthread.php?p=10773353#post10773353
My question is If someone type in website address like www.car-sale.org.uk it open file by default on http://www.car-sale.org.uk/index.php
But I want to change the default page to http://www.car-sale.org.uk/index.html
any suggestion.
imi