Mobile app version of vmapp.org
Login or Join
Shakeerah822

: Pointing a subdomain to Github Pages I set up an Octopress blog on Github Pages at myusername.github.com. I now want blog.myusername.me (which currently has a Wordpress blog set up) to point

@Shakeerah822

Posted in: #Dns #Domains #Github #Subdomain

I set up an Octopress blog on Github Pages at myusername.github.com. I now want blog.myusername.me (which currently has a Wordpress blog set up) to point to this Octopress blog.

So I followed the instructions here on setting up a custom domain:


I ran echo 'blog.myusername.me' >> source/CNAME in my Octopress repository, and then ran rake generate and rake deploy to deploy it to Github.
I went to Namecheap, and added a new CNAME under my myusername.me domain: "blog -> myusername.github.com -> CNAME".
Waited a couple hours.


However, now when I go to myusername.github.com, it redirects me to blog.myusername.me (which is my old Wordpress blog), which seems like the inverse of what I want. (Going to blog.myusername.me directly still shows my Wordpress blog.)

I checked www.whatsmydns.net/#CNAME/blog.myusername.me and it seems like my DNS has propagated (myusername.github.com shows up in the right-hand side).

Any ideas what I'm doing wrong?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Shakeerah822

3 Comments

Sorted by latest first Latest Oldest Best

 

@Pope3001725

You can't set nameservers and CNAME records.

Go to Namecheap.com --> Manage Domains and click on the domain you want to manage. Then, go to All Host Records and change the settings to this.

10% popularity Vote Up Vote Down


 

@Kristi941

If the DNS has started to propagate, you may be facing caching on your computer or ISP's DNS server. I'd wait for a bit, or try either:


temporarily using a different DNS provider, e.g. OpenDNS or Google Public DNS (you may need to restart your browser or OS)
checking from a computer using a different ISP/DNS server


Good luck.

10% popularity Vote Up Vote Down


 

@Turnbaugh106

Without knowing the your actual domain name it's hard to help, but I would recommend you use IP Tools to figure out where the DNS is actually pointing.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme