If I rewrite an old url to a new one in routes.py: What is the response? A 301(permanent) or a 302 (temporary)?
I ask this question, because Google don't like temporary redirects and I don't want to mess with my Apache configuration if I can do the redirects with web2py. Thanks, Marco