Mohamed Oun
Mohamed Oun

Reputation: 609

GitHub pages "There isn't a GitHub Pages site here."

TL;DR: Changed my GH-Pages domain to a custom one, the custom one works well but the default (old) one is not redirecting to the custom one.

I have a GitHub pages repo that was on the default domain, then switched it to a custom domain, which worked fine, and the default domain was redirecting to the new one. I then changed the repo's name to the new domain's name, but when I went to the old domain, it returned 404, so I changed the repo's name back to the default one (mohamed3on.github.io), but it still returns 404 and says

There isn't a GitHub Pages site here.

The repo contains a CNAME with mohamed3on.online. What do you think I should change?

Upvotes: 1

Views: 2105

Answers (1)

Dat
Dat

Reputation: 5843

Please make sure you have been included CNAME in the root directory.

Upvotes: 3

Related Questions