I recently met the miracle of posting free gh pages on github. I was able to create several branches of gh pages for repositories on my github account and had no problems distributing and distributing links like "my_username.imtqy.com/my_repo" and "my_username.imtqy.com/my_other_repo". Then I found out that I can create a nice landing page by creating a repo called "my_username.imtqy.com". All links worked perfectly.
I had problems when I wanted to set up my own domain for my_username.imtqy.com. I bought "my_domain.com" and followed all the instructions here . When I visit "my_domain.com", I see the content from "my_username.imtqy.com" .... Nice! However, when I visit "my_domain.com/my_repo", I get a github 404 page that says: "There is no github page here." When I visit "my_username.imtqy.com/my_repo", it redirects to "my_domain.com/my_repo" and displays the same 404 page. On namecheap.com (where I bought "my_domain.com"), I have:
@ 204.232.175.78 A (address) www my_username.imtqy.com CNAME (alias)
Then in the root of the repo "my_username.imtqy.com" I have a CNAME file that contains only the text "my_domain.com".
I canβt understand whatβs wrong, because this installation works like for others. One possible culprit is that my github username is in CapizedCamelCase.
In any case, I was wondering if someone else had a similar problem and had some advice. If this helps, here is the link to the actual repo:
https://github.com/ScottLNorvell/ScottLNorvell.imtqy.com
Thanks!
git github github-pages
Scott Norvell
source share