I have a bunch of Html files with the filename *.html in the appspot base directory. I want them to be served the way they are.
In my app.yaml I write: - url: /(.*\.html) static_files: /\1 upload: static/(.*\.html) This does not work. What am I doing wrong? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
