On 5/12/05, PAlvin <[EMAIL PROTECTED]> wrote:
> Removing the [R] from the RewriteRule breaks everything and no page
> is served:
> 
>     RewriteRule ^/$ /home.htm          **does not work**
> 
> I'm curious: how does everyone else map the domain request to an
> actual page???
> 
>     domain.com --to--> domain.com/home.htm
> 
> Everyone must be doing this, right?  What are other solutions for
> doing this?

Am I missing something here or do you just need:

<welcome-file-list>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.htm</welcome-file>
        <welcome-file>index.jsp</welcome-file>
</welcome-file-list>

in your web.xml or the same thing in Apache?



-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to