|
Using alternate default filenames within
your web site
The following default filenames are configured
on each web server:
-
index.html
-
index.asp
-
default.htm
-
default.asp
If your web site uses Active Server Pages you can
use the default filename index.asp or default.asp for your Home
page instead of index.html.
The web server will load the default web page in the
order shown above. If you wish to use index.asp or
default.asp as your default page you MUST remove or rename any
pages in the same directory that use filenames that appear
higher on the list shown above.
|