On Tuesday, March 12, 2002, at 01:12 PM, Edward Haynes wrote:

> Hi. How can I get apache to serve up index.jsp as the default page?

I'm a newbie, but I'm pretty sure that you at least need to edit 
your httpd.conf file to look something like this:

<IfModule mod_dir.c>
     DirectoryIndex index.html index.htm index.jsp index.php
</IfModule>

Good luck!

Ken Martin


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to