Hi, I have this routes in route.py

routes_in = (
  ('/hoteles', '/hoteluser/index'),
)
routes_out = (
  ('/hoteluser/index', '/hoteles'),
)
It's a very simple test where I want that an URL like this: *
http://localhost:8088/myapp//hoteluser/index* looks like this *
http://localhost:8088/urroomserver/hoteles*
I've stopped and reload the server and make many other test... with no 
luck. 
Some light here for this URL routing?
Thank you in advance

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to