On Fri, Mar 14, 2014 at 2:16 AM, Naved Mohammad <[email protected]> wrote:
> > I have created one html site. Then i added the app.yaml file in which i > mentioned my url to index.html.. Then i tried to run on app engine launcher > and it worked but when i tried to open the other html pages from the site > it doesn't come up, though the page name shows up in URL but it shows only > index.html content....Then i tried to add all the page name in app.yaml > file but it shows error on the builtup on launcher. I don't understand how > to connect all the pages of the site? What do i need to write in app.yaml > file so that it'll open all the pages in browser. > It sounds like you're attempting to wildcard all incoming requests to the index.html file. You need to specifically configure app.yaml's static file handlers to route incoming requests to the appropriate HTML file. There's a tutorial on how to do this here: https://developers.google.com/appengine/docs/python/config/appconfig#Python_app_yaml_Static_file_handlers ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
