Re: [web2py] routes and SEO question

2011-06-29 Thread Bruno Rocha
In default.py just create a function called default. def default(): if request.args(0): redirect(URL(default, request.args(0)) This will act as a proxy. http://zerp.ly/rochacbruno Em 29/06/2011 13:27, elffikk elff...@gmail.com escreveu: how is reacting google (and other search

Re: [web2py] routes and SEO question

2011-06-29 Thread Jonathan Lundell
On Jun 29, 2011, at 9:40 AM, Bruno Rocha wrote: In default.py just create a function called default. def default(): if request.args(0): redirect(URL(default, request.args(0)) This will act as a proxy. This depends on which router you use. The parametric router will