Hi,
in hand-writing links (not using A, for example), what is the correct
way to map urls? Like, I'm on the the page 
http://localhost:8000/myapp/user/login

I wanto to simply link http://localhost:8000/myapp/posts/show/, but:
1. linking "/posts/show/" will go to http://localhost:8000/posts/show/
2. linking "posts/show/" will go to http://localhost:8000/user/posts/show/

So, what is the correct way to obtain the required result? thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@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