Hello all, I'm porting a webapp (Django+Mysql+Apache) in Google App Engine. Everything is going well, but I don't know how to manage the old redirects 301.
The original version uses the httpd.conf file of Apache with directives likes this:
Redirect 301 /old-url/ www.mysite.com/new-url/
How can I set this kind of redirects in GAE? thank you very much