PDA

View Full Version : Default index file


subog
06-04-2001, 11:57 PM
Hi all expert out there, I need a little help :-)

Ok, here is the problem.

I'm on virtual host runing Apache 1.3
The default index file for my site is ".htm", how can I make it become ".php"?
That mean when someone go to http://www.domain.com it will auto load the index.php for me without typing http://www.domain.com/index.php

Thank alot

mr. mpg
06-05-2001, 12:07 AM
Try adding this line to your .htaccess file
DirectoryIndex index.php

subog
06-05-2001, 12:17 AM
Thank a bunch :-) work perfect!

mr. mpg
06-05-2001, 12:21 AM
http://bbs.adultwebmasterinfo.com/ubb/biggrin.gif