I have set up my app.yaml as follows:

application: appname
version: 4
runtime: python
api_version: 1


handlers:


- url: /google6432717e3cdee901.html
  static_files: google6432717e3cdee901.html
  upload: /google6432717e3cdee901.html


- url: /img
  static_dir: static/img


- url: /js
  static_dir: static/js


- url: /css
  static_dir: static/css


- url: /partials
  static_dir: static/partials


- url: /lib
  static_dir: static/lib


- url: /.*
  script: main.py

I am able to visit the verification file OK on my local machine, but I get 
a 404 when i try to do this on prod. I am trying to verify my site with 
Google Webmaster. I've cleared the cache, restarted, redeployed...none of 
that has worked. Please help.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/LcDFJbbwuXcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to