Jump to content

A Little Confused On Which Feature To Use For Subdomain Forwarding


Recommended Posts

Posted

Hi,

 

Basically, I want to point drawings.dogboydog.com to dogboydogdrawings.appspot.com, but if possible I want to keep the address the same. So if for example someone clicks the archive link and ends up at what is really dogboydogdrawings.appspot.com/archive, the address bar will show drawings.dogboydog.com/archive. I'm also fine with doing dogboydog.com/drawings instead of the subdomain if that's easier. I was able to redirect dogboydog.com/drawings to my appspot site, but not while masking the address.

 

Thank you

Posted

The way I'd try to do it: Make sure you don't have the subdomain added in cpanel. If you do, remove it and wait until it clears itself out. Then, use the advance dns editor to manually create a DNS record: name is drawings.dogboydog.com, type CNAME, value is dogboydogdrawings.appspot.com

 

Depending how appspot works, it may or may not be possible to do this (if they rely on host name to determine what to serve you, you'll get an error from appspot along the line of account doesn't exist or file not found).

Posted

I got it working!! I had to do some different steps in my Google App Engine developers console ( some of the instructions here https://cloud.google.com/appengine/docs/python/console/using-custom-domains-and-ssl#using_subdomains then I had to select unknown host since heliohost wasn't on the list, and add a custom CNAME record, and fiddle with some settings in the GAE console)

 

check it out: http://drawings.dogboydog.com. Works exactly how I wanted!

 

Thanks for the help.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...