Skip to content
Discussion options

You must be logged in to vote

This usually happens because GitHub Pages is serving correctly, but the custom domain or repository settings are not aligned. Let’s go step by step:

✅ Things to Check

  1. Custom Domain in Repo Settings

    • Go to GitHub → Repository → Settings → Pages.
    • Under Custom domain, make sure wiki.649446.xyz is entered.
    • Ensure that Enforce HTTPS is checked (it may take a while for SSL to issue).
  2. DNS Records

    • Log into your domain DNS provider and add records:

      • If using a subdomain (wiki.649446.xyz), add a CNAME record:

        Host: wiki
        Type: CNAME
        Value: super-yyt.github.io
        TTL: Auto / 3600
        
      • If using the apex domain (649446.xyz), GitHub requires A records pointing to:

        185.199.108.153
        185.199.109.153
        185.…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Super-Yyt
Comment options

@Super-Yyt
Comment options

This comment was marked as spam.

Comment options

You must be logged in to vote
0 replies
Answer selected by Super-Yyt
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pages Host a static website, right from your repo Question Ask and answer questions about GitHub features and usage
6 participants