Hey Rajesh, htaccess is a file for Apache servers which governs how URLs will route. You could say that the equivalent functions are handled by web.xml <https://cloud.google.com/appengine/docs/java/config/webxml> and dispatch.xml <https://cloud.google.com/appengine/docs/java/config/dispatchref>.
I hope this is helpful! If you have a specific question about these files and their uses, feel free to consult the documentation in depth and of course ask here. I'll be happy to assist. Cheers, Nick Cloud Platform Community Support On Monday, September 19, 2016 at 9:09:36 AM UTC-4, Rajesh Gupta wrote: > > Hello, > We are using java appengine. > > We are doing the seo for our website. > > The website is also setup using cloudflare for ssl purpose. http is > redirected to https using the cloudflare page rules. > > Here is what the SEO specialist is expecting and asking us to configure > the htaccess file. > > https://www.gainerp.com/index.html to https://www.gainerp.com > www.gainerp.com/index.html to https://www.gainerp.com > > What is the equivalent of htaccess file for java appengine standard > environment. How the above can be configured > > -- > Regards, > Rajesh > *www.VeersoftSolutions.com <http://www.VeersoftSolutions.com>* > *www.GainERP.com <https://www.gainerp.com>* > *Accounting/Inventory/Orders on Google Cloud Platform and Mobile* > > -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/975fdead-e6ee-4432-9703-90468c36e1bb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
