Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linking a domain name with 123-reg to Github Pages

Tags:

github

dns

I bought a domain name on 123-reg and I am now trying to link it to Github Pages. I am really stuck on this part.

Please could someone give me a step-by-step guide??

I've tried doing what the image attached shows enter image description here

like image 624
August Avatar asked Dec 17 '25 14:12

August


1 Answers

You need to do the below entries -

@    A       199.27.XX.XXX (ip is provided by github pages documentation.)
www  CNAME   aicayzer.github.io.

On doing a dig on your domain you should see below responses -

example.com.     3600    IN  A      199.27.XX.XXX
www.example.com. 3592    IN  CNAME  aicayzer.github.io.

From your screenshot -

  • Remove the A record www entry.
  • In the CNAME entry of www just add aicayzer.github.io.
  • Save
like image 54
mdeora Avatar answered Dec 20 '25 04:12

mdeora



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!