On Tue, Feb 16, 2010 at 2:42 PM, Thadeus Burgess <thade...@thadeusb.com> wrote:
> I need to take the following with routes
>
> controller.website.com/action/args
>
> and convert it to
>
> /init/controller/action/args
>
> How can I do this, I have attempted to copy the book example however
> it is just giving syntax errors.
>
>

This is a guess based on an example I saw:

routes_in=[('/init/controller/action/args','/action/args')

-wes

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to