Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

get appengine website without www

Is there a way to set up an appengine web application to deploy on a website without making the user type in www.url.com?

I have it deployed to www.url.com but url.com does not work.

Is this possible with appengine?

like image 958
clifgray Avatar asked Jun 19 '12 16:06

clifgray


People also ask

How do I change my App Engine URL?

In the Google Cloud console, go to the Custom Domains tab of the App Engine Settings page. Click Add a custom domain. If your domain is already verified, the domain appears in the Select the domain you want to use section. Select the domain from the drop-down menu and click Continue.

Can I use App Engine for free?

App Engine standard environment pricing. Apps in the standard environment have a free tier for App Engine resources. Any use of App Engine resources beyond the free tier incurs charges as described in this section.

How do I create a website using Google App Engine?

Go to the App Engine dashboard on the Google Cloud Platform Console and press the Create button. If you've not created a project before, you'll need to select whether you want to receive email updates or not, agree to the Terms of Service, and then you should be able to continue.


1 Answers

AppEngine does not currently support naked domains.

The best that you can do right now is set up your naked domain name to automatically redirect to the www. version.

Useful Links:

Google Code Issue requesting support for Naked Domains

Nick Johnson's explanation for why the restriction exists

like image 196
Adam Crossland Avatar answered Nov 15 '22 13:11

Adam Crossland