This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --Boundary_(ID_tO1V9LdwsH5uOpWMnV/3fg) Content-type: text/plain In one of the config files, preferably httpd.conf as of 1.3.12: DirectoryIndex index.html index2.html index.htm index2.htm The reason I say with 1.3.12 is because the default httpd.conf that comes with 1.3.12 turns off the usage of access.conf and srm.conf. To use them, you have to uncomment a line in httpd.conf. If you are using anything before 1.3.9 though, you should be fine. In other words, stick that, or modify that (it's probably already in your config) in the config file that you use for most other Apache stuff. -----Original Message----- From: John Albee To: PLUG Sent: 9/22/00 5:13 PM Subject: default file & webservers How would I setup a site so instead of loading index.html for whateversite.com, it would load something like index2.html. Also I need this to only effect one directory. Thanks, John Albee ________________________________________________ See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail. Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss --Boundary_(ID_tO1V9LdwsH5uOpWMnV/3fg) Content-type: text/html Content-transfer-encoding: quoted-printable RE: default file & webservers

In one of the config files, preferably httpd.conf as = of 1.3.12:

<IfModule mod_dir.c>
    DirectoryIndex index.html = index2.html index.htm index2.htm
</IfModule>

The reason I say with 1.3.12 is because the default = httpd.conf that comes with 1.3.12 turns off the usage of access.conf = and srm.conf. To use them, you have to uncomment a line in httpd.conf. = If you are using anything before 1.3.9 though, you should be fine. In = other words, stick that, or modify that (it's probably already in your = config) in the config file that you use for most other Apache = stuff.

-----Original Message-----
From: John Albee
To: PLUG
Sent: 9/22/00 5:13 PM
Subject: default file & webservers

How would I setup a site so instead of loading = index.html for
whateversite.com, it would load something like = index2.html.  Also I need
this to only effect one directory.


Thanks,
John Albee


________________________________________________
See http://PLUG.phoenix.az.us/navigator-mail.shtml if = your mail doesn't
post to the list quickly and you use Netscape to = write mail.

Plug-discuss mailing list  -  = Plug-discuss@lists.PLUG.phoenix.az.us
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-= discuss

= --Boundary_(ID_tO1V9LdwsH5uOpWMnV/3fg)--