Re: [google-appengine] Re: How to redirect all url to root's index.html?

2018-07-05 Thread Koki
l upload: static/index.html # site root - url: / static_files: static/index.html upload: static/index.html It works perfectly for https://koki-6hats.appspot.com/index.html https://koki-6hats.appspot.com/index <https://koki-6hats.appspot.com/index.html> https://koki-6hats.appspot.co

Re: [google-appengine] Re: How to redirect all url to root's index.html?

2018-07-05 Thread Koki
bsite > > On Thu, Jul 5, 2018 at 11:10 AM Parth Mishra > wrote: > >> What handlers have you specified? >> >> On Thursday, July 5, 2018 at 9:01:53 AM UTC-4, Koki wrote: >>> >>> I have deploy my website through the tutorials using Google App Engine.

[google-appengine] Re: How to redirect all url to root's index.html?

2018-07-05 Thread Koki
On my latest deployment I’m using flex environment. So didn’t write any handler due to those are not worked (maybe I’m wrong, please point out). I’m just using the simple app.yaml that I wrote in my question... -- You received this message because you are subscribed to the Google Groups

[google-appengine] How to redirect all url to root's index.html?

2018-07-05 Thread Koki
I have deploy my website through the tutorials using Google App Engine. My website is work now. However, it's only works on https://koki-6hats.appspot.com/index.html For other cases like: https://koki-6hats.appspot.com/index https://koki-6hats.appspot.com/ https://koki-6hats.appspot.com

[google-appengine] How to redirect any url to index.html?

2018-07-05 Thread Koki
I build my website and deploy on GAE today. I can access the homepage by: https://koki-6hats.appspot.com/index.html For other cases like: https://koki-6hats.appspot.com/index https://koki-6hats.appspot.com/ https://koki-6hats.appspot.com/shouldGoToIndex.html is not worked. How do I