View Full Version : How to change index file
Maelstrom
12-17-08, 02:03 PM
How do you set it up so that index.htm isn't used as your website index page but another page is used instead?
Autoload
12-17-08, 06:23 PM
http://www.google.com/search?hl=en&safe=off&q=set+default+index+file
Croc Hunter
12-18-08, 01:04 AM
Powweb servers look for certain files in order, if no index.htm is found it looks for index.html and so on. You don't have to delete the index.htm as by renaming it eg: orig-index.htm it will be ignored. Here is the ordered list:
index.htm
index.html
index.php
index.php3
index.php5
index.php4
index.shtml
default.htm
default.html
index.py
default.shtml
index.pl
index.cgi
To use a file name like freakypage.php you can use .htaccess or an index.html with redirect code pointing to it.
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.