すべてのURLを別のURLにリダイレクトするようにapp.yamlファイルを構成するにはどうすればよいですか?たとえば、http ://test.appspot.com/helloまたはhttp://test.appspot.com/hello28928723をhttp://domain.comにリダイレクトします。
現在、静的ファイルのみを提供しています。これが私のapp.yamlファイルです:
application: testapp
version: 1
runtime: python
api_version: 1
handlers:
- url: (.*)/
static_files: static\1/index.html
upload: static/index.html
- url: /
static_dir: static