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 continue to
handle the old (unshortened) URLs just fine.
> http://zerp.ly/rochacbruno
>
> Em 29/06/2011 13:27, "elffikk" <[email protected]> escreveu:
> > how is reacting google (and other search engines) at urls changes ?
> > I want to do a simple thing: to remove /default/ from all urls (I
> > don't have other controllers)
> > I already have a few thousands indexed pages by google
> >
> > thank you