Re: need help with front door to wo application

Chad Leigh <[email protected]>
Newsgroups gmane.comp.web.webobjects.devel
Message-ID <[email protected]>
On May 11, 2006, at 3:18 AM, Markus Ruggiero wrote:

> Hi folks,
>
> How are you dealing with the following issue: instead of having a  
> static default index.html file in the document root I want to  
> directly connect the user to a direct action in a wo app, so that  
> the user can enter http://www.mydomain.com. Do you have an  
> index.html that has a meta refresh tag or what? Would Apache  
> rewrite be the correct thing here? As I have never done anything  
> with rewrite.....

for eguns.com we do the apache rewrite

     RewriteEngine on
     RewriteRule ^/index\.html$ /sPearCat/1-4.woa [L,PT]
     RewriteRule ^/$     /sPearCat/1-4.woa [L,PT]

It seems to work well as far as I can tell.

(yes, that is a WO URL   using a modified wo adapter which shortens  
the URL for a specific ecommerce package by Pierre Frisch  
www.spearcat.com www.spearway.com)

Chad

>
> Thanks for any help
> ---markus---
>
> _______________________________________________
> WebObjects-dev mailing list
> [email protected]
> http://www.omnigroup.com/mailman/listinfo/webobjects-dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.