Hello, For my Google Apps URL, my base path handler is stuck to the previous entry (a static_file) and won't use the script.
http://macobserverlive.appspot.com/ works fine but http://live.macobserver.com/ still outputs the static file content http://live.macobserver.com/?v=1 works fine I've updated my app.yaml file, I've deployed a new version, I've disabled/re-enabled my app, I've deleted and reset my Google Apps Subdomain Address. What can I do to get http://live.macobserver.com/ to behave the same as the other addresses? My app.yaml file: application: macobserverlive version: 5-0-fri runtime: python api_version: 1 default_expiration: "1s" [previously "7d 1h"] handlers: - url: / script: main.py [**snip**] previously: - url: / static_files: article/2010/04/index.html upload: article/2010/04/index.html Thanks, Stephen -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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.
