Hi,

I have a folder with a couple of subfolder. All hold static HTML, CSS,
Image, Javascript files.

examples:
/static/index.html
/static/faq.html
/static/credits.html
/static/css/main.css
/static/script/site.js
...

I now want to serve the folder as if it's content is available at the
appengine-website root '/'

This is how the files should be available from a browser:
http://www.myapp.appspot.com/index.html
http://www.myapp.appspot.com/faq.html
http://www.myapp.appspot.com/credits.html
http://www.myapp.appspot.com/css/main.css
http://www.myapp.appspot.com/script/site.js
...

How do I need to change my app.yaml to achieve this?

Thanks!

--

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.


Reply via email to