Page 1 of 1

redirect?

Posted: Thu Sep 26, 2002 10:51 am
by Coco
ok im sure this has been asked before so soz...

i want my home page to be *.php, but the host defaults to index.htm
their customer service is.... err, absent is the best description... so i cant get it done server side

i tried a meta refresh but it didnt work
is there a way to make my homepage a different one other than making index.htm a false frameset?

Posted: Thu Sep 26, 2002 10:55 am
by volka
DirectoryIndex directive
Syntax: DirectoryIndex local-url [local-url] ...
Default: DirectoryIndex index.html
Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
Module: mod_dir
if supported and allowed
DirectoryIndex index.php index.htm index.html in .htaccess may do the trick

Posted: Thu Sep 26, 2002 11:03 am
by Coco
silly me i shoulda tried that myself in the first place :oops: