Comment rediriger toutes les URL avec Google App Engine

Comment puis-je configurer l'application.fichier yaml pour rediriger toutes les Url vers une autre URL? Par exemple je veux http://test.appspot.com/hello ou http://test.appspot.com/hello28928723 pour rediriger vers http://domain.com.

Je ne suis que de servir les fichiers statiques à l'instant. Voici l'une de mes applications.fichier yaml:

application: testapp
version: 1
runtime: python
api_version: 1

handlers:
- url: (.*)/
  static_files: static/index.html
  upload: static/index.html

- url: /
  static_dir: static

source d'informationauteur mistero | 2009-06-29