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" <[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

