On Wed, Nov 5, 2008 at 9:16 AM, jago <[EMAIL PROTECTED]> wrote: > > 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)
Ditch the parentheses in the "upload:" bit. Dave. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
