0

So i have an app engine project and I was wondering how can I disable project-id.appspot.com domain.

I already linked it to my domain but I want to disable the appspot.com subdomain

1 Answers1

-1

As John Hanley correctly points out you cannot disable the appspot domain. This domain will still be available even if you set up a custom domain.

You might apply redirection logic at the code level so that requests to the appspot domain get redirected. For example as shown in this thread.

Moreover, I would recommend to follow StackOverflow question guidelines and first search if your question is already answered in the site, as already is in the link I shared and here.

Happy-Monad
  • 1,761
  • 1
  • 7
  • 12