Web Hosting Talk







View Full Version : Setting default.asp a default in .htaccess


skymedia
10-12-2001, 06:33 PM
Hi,
I need a vsite to have default.asp as the default page. I know it may be done with .htacces. Any ideas of how should my .htaccess file look like?

Chicken
10-12-2001, 10:09 PM
DirectoryIndex default.asp index.php index.php3 index.html index.htm

(insert various file names as needed)

skymedia
10-13-2001, 07:33 AM
Thanks Chicken, or I'd better call you htaccess guy :D