#In routes.py
routes_in=(('/web2py/(?P<a>.*)','/\g<a>'),)
routes_out=(('/(?P<a>.*)','/web2py/\g<a>'),)
On Sep 16, 5:11 pm, Thadeus Burgess <[email protected]> wrote:
> Take a look at the routes.py, I don't know much about it, but there is
> documentation on it in the book.
>
> -Thadeus
>
> On Wed, Sep 16, 2009 at 12:20 PM, rppowell <[email protected]> wrote:
> > e verified that going to
> >http://www.rppowell.com/web2py/welcome/default/index
> > works; it returns valid HTML,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---