You should be able to configure app.yaml to be able to do this. Have you taken a look at this page?
http://code.google.com/appengine/docs/python/config/appconfig.html On Sat, Dec 5, 2009 at 4:57 AM, [email protected] < [email protected]> wrote: > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > -- Ikai Lan Developer Programs Engineer, Google App Engine -- 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.
