You can read request.args[0] the fourth parameter /app/controller/
funciton/args0/args1/.... from the path

In order to eliminate /controller/function/ you need to use routes

routes_in=(('/app/controller/function/(?P<other>.*)','/app/
\g<other>'))

On Mar 10, 9:01 am, blackthorne <[email protected]> wrote:
> Let's say I want to create a WiKi and its users should be able to
> create new pages by inserting its name in the url 
> e.g.:http://www.mydomain.com/application/HelloWorld
>
> this would create a new page called "HelloWorld".
>
> Can I make this using request parameters (in the controllers)?
> Do I need to use routes.py ?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to