I have the following listing in routes: ('/robots.txt', '/cms/static/robots.txt')
This lets me access /robots.txt on my local computer, but returns "invalid request" when I upload this to GAE. Are there meant to be any differences when using routes on GAE? I can access /cms/static/robots.txt on both local and GAE.