mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
example screenshot for custom domains
This commit is contained in:
parent
6ee8d6ba18
commit
72d148b237
2 changed files with 3 additions and 3 deletions
BIN
public/img/namecheap-dns-example.png
Normal file
BIN
public/img/namecheap-dns-example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
|
@ -11,7 +11,7 @@
|
|||
|
||||
<h3>Step 1</h3>
|
||||
<p>
|
||||
First, you need to add an "A record" to point your root domain (sometimes shown with an @ symbol) (yourdomain.com) to the following IP address:
|
||||
First, you need to add an "A record" to point your root domain (sometimes shown with an @ symbol) (yourdomain.com) to the following IP address (<a href="/img/namecheap-dns-example.png">see an example here</a>):
|
||||
</p>
|
||||
|
||||
<p><code>198.51.233.1</code></p>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<h3>Step 2 (optional but recommended)</h3>
|
||||
|
||||
<p>
|
||||
Next, you can add an "AAAA record" that also points to your root domain. This isn't strictly required, but provides IPv6 support which helps future proof your site. Use this address for the AAAA record:
|
||||
Next, you can add an "AAAA record" that also points to your root domain. This isn't strictly required, but provides IPv6 support which helps future proof your site. Use this address for the AAAA record (<a href="/img/namecheap-dns-example.png">see an example here</a>):
|
||||
</p>
|
||||
|
||||
<p><code>2620:2:6000::bad:dab:cafe</code></p>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<h3>Step 3 (optional but recommended)</h3>
|
||||
|
||||
<p>
|
||||
Sometimes users will type in www before a domain despite it no longer being necessary to load web sites. If you would like to have a <strong>www</strong> for your domain, create a CNAME record pointing <strong>www</strong> to <strong>yourdomain.com</strong>:
|
||||
Sometimes users will type in www before a domain despite it no longer being necessary to load web sites. If you would like to have a <strong>www</strong> for your domain, create a CNAME record pointing <strong>www</strong> to <strong>yourdomain.com</strong> (<a href="/img/namecheap-dns-example.png">see an example here</a>):
|
||||
</p>
|
||||
|
||||
<p><code>www CNAME yourdomain.com</code></p>
|
||||
|
|
Loading…
Add table
Reference in a new issue