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 url www.mydomain.com redirects to:
www.mydomain.com/myapplication/default/index.
How do I not show myapplication and show only
www.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
-~----------~----~----~----~------~----~------~--~---