1

I have an application hosted on google app engine. Recently I bought a domain from a registrar who does not provide 301 redirects to www. I looked around and found that to be able to use the naked domain with google app engine(as the discontinued support for naked domains) I have to either do 301 redirects or edit the .htaccess file. Can I do this with a google app engine app given it's not Apache? If not, what is any work around for this, specially if I don't want to transfer my domain to another service?

Basically my site works as www.mysite.com but I want mysite.com to work too and a 301 redirect from mysite.com to www.mysite.com is not provided by my registrar and GAE doesn't allow naked domains.

adarsh
  • 6,738
  • 4
  • 30
  • 52
  • Could you use a third-party DNS service that supports domain forwarding? – rdodev Dec 23 '13 at 21:02
  • Possible duplicate of [How to use Google app engine with my own naked domain (not subdomain)?](http://stackoverflow.com/questions/817809/how-to-use-google-app-engine-with-my-own-naked-domain-not-subdomain) – Dan Cornilescu Apr 22 '16 at 01:12

1 Answers1

3

You need to add 4 A-records into your DNS and configure naked redirect in google apps. Step by step guide here:https://support.google.com/a/answer/2518373

Dmytro Sadovnychyi
  • 6,171
  • 5
  • 33
  • 60