To add to Blaine's comment -- you *can* map the root url i.e. '/' to an index.html file by add something like:
# app.yaml # ... handlers: - url: / static_dir: dreamweaver_dir - url: / static_files: dreamweaver_dir/index.html upload: dreamweaver_dir/index.html Kyle On Monday, January 7, 2013 2:35:38 PM UTC-6, Blaine Garrett wrote: > > See > https://developers.google.com/appengine/docs/python/gettingstarted/staticfiles > > You *might* be able to set the static directive for your root URL or > catchall, although I have not tried this and would anticipate some issues. > If that works, then you should be able to just have Dreamweaver publish to > a folder in your app, set the directive to point the root url to that > folder, and then deploy the app as normal. > > > > > > > On Sunday, January 6, 2013 4:58:43 PM UTC-6, [email protected]: >> >> Have been working with the cloud sherpa’s for a while now but can’t seem >> to get a straight answer from anyone. We are trying to do a Proof of >> concept on the App Engine but before we get to deep we just want to deploy >> a very basic HTML site that was developed with Dream Weaver. Is this >> possible? If so does anyone have a link or instruction for a Windows user. >> >> I am so frustrated with this that we are considering cancelling the POC >> and just doing traditional development and hosting. >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/8rMncCq1TjIJ. 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.
