>>253
返信ありがとうございます。
app.yamlを下記のようにしましたがデフォルトの404ページが出ます。

application: ***
version: 1
runtime: python27
api_version: 1
threadsafe: yes

handlers:
- url: /
static_files: htdocs/index.html
upload: /
- url: /
static_dir: htdocs

error_handlers:
- file: index.html