in routes.py
routes_in=('/myapplication/(?P<any>.*)','/\g<any>'),)
routes_out=('/(?P<any>.*)','/myapplication/\g<any>'),)
On Sep 14, 9:57 am, Jose <[email protected]> wrote:
> On 10 sep, 07:17, Fran <[email protected]> wrote:
>
>
>
> > To redirect to your application, I use mod_rewrite:
>
> > RewriteEngine On
> > RewriteRule ^/$ /myapplication/ [R]
>
> > F
>
> This is working well. Redirects to myapplication, but I have one more
> question.
>
> If I write the urlwww.mydomain.comredirects
> to:www.mydomain.com/myapplication/default/index.
>
> How do I not show myapplication and show onlywww.mydomain.com/default/index
>
> Jose
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---