So im in a point of using routes to simplify my urls on my app, but since i have not done it before, i prefer to ask your advice.
If i have understood correctly, i need to use web2py/routes.example.py -> routes.py and create mappings to routes_in. So far my application has a simple urls: domain.com/app/default/browse/category%20term%20is%20here which i'd like to be: domain.com/category%20term%20is%20here as well as domain.com/app/default/analyze/search%20term%20is%20here should be simple: as well as domain.com/analyze/search%20term%20is%20here How about using these simple forms, when creating urls with URL() method, should i put something to routes_out? I'd appreciate to see working solutions with these examples, -Marko Im using mod_proxy, btw, if i can use rewrite on apache side... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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 -~----------~----~----~----~------~----~------~--~---