0

I have a GAE app (Aggregate web site) at the url projectname.appspot.com

Now, I bought a domain mydomain.com from LWS and I want to map the subdomain projectname.mydomain.com to projectname.appspot.com

After setting all the required steps suggested by GAE, I'm able to reach my GAE app via projectname.mydomain.com; but, once the page finishes loading, instead of the new url (my hope), the old one (projectname.appspot.com) still displaying in the address bar of my browser.

Dharman
  • 30,962
  • 25
  • 85
  • 135
  • Did you follow [this](https://cloud.google.com/appengine/docs/standard/python3/mapping-custom-domains) documentation? All the necessary steps about custom domains are described here. – Noohone Sep 24 '19 at 14:33
  • Thanks for your reply. Yes, I followed successfully all these steps. – Romaine TCHEDJI Sep 24 '19 at 17:02
  • Have you seen [this Stackoverflow question](https://stackoverflow.com/a/56619600/8963486) ? – Noohone Sep 25 '19 at 15:42
  • Not yet. I will see it now and try to apply it. Thanks so much. Regards, – Romaine TCHEDJI Sep 25 '19 at 17:57
  • Please, where (in which console) should I type the codes at the point 4. of the above link? gcloud app describe --project etc Thanks – Romaine TCHEDJI Sep 27 '19 at 10:26
  • It can be done either in Cloud Shell on your GCP project page, either in your terminal if you installed the [Cloud SDK](https://cloud.google.com/sdk/install) – Noohone Sep 27 '19 at 10:36

0 Answers0