Configuring DNS for your Web Hosting (cPanel) domain
You've built a site in Web Hosting (cPanel) and are ready to go live. To make your site accessible to the web, you'll need to make sure DNS is properly configured. Usually DNS changes will propagate within a few hours, but it can take up to 48 hours for everything to propagate across the internet.
1: ネームサーバーと、DNS の管理場所を見つける
変更を加える前に、ネームサーバーを確認して、DNS を正しい場所で更新しようとしていることを確かめてください。ネームサーバーは、ドメインの DNS の管理に利用するホスティング会社を示します。
- GoDaddy で登録されたドメイン: GoDaddy アカウントでネームサーバーを表示します。
- 他社で登録されたドメイン: ご利用のドメインレジストラにお問い合わせください。
2. Web Hosting (cPanel) DNS
Go to your DNS host and ensure these records are pointed appropriately so your Web Hosting (cPanel) site can be accessible through the web.
タイプ | 名前 | データ |
---|---|---|
A | @ | Your Web Hosting (cPanel) IP address |
CNAME | www | ドメイン名(例:coolexample.com) |
3.(任意)メール DNS
If you plan to host email at your Web Hosting (cPanel), ensure these records are pointed appropriately at your DNS host.
タイプ | 名前 | データ |
---|---|---|
A | Your Web Hosting (cPanel) IP address | |
MX | @ | mail.[ドメイン名] (例:mail.coolexample.com) |
TXT | @ | v=spf1 include:secureserver.net -all |
TXT | admin | v=spf1 include:secureserver.net -all |
CNAME | Webメール | ドメイン名(例:coolexample.com) |
3.(任意)その他の DNS
Adding these records at your DNS host can be helpful for specific Web Hosting (cPanel) features to work, but are not needed for basic web and email hosting.
タイプ | 名前 | データ |
---|---|---|
A | admin | Your Web Hosting (cPanel) IP address |
CNAME | autoconfig | ドメイン名(例:coolexample.com) |
CNAME | autoconfig.admin | ドメイン名(例:coolexample.com) |
CNAME | autodiscover | ドメイン名(例:coolexample.com) |
CNAME | autodiscover.admin | ドメイン名(例:coolexample.com) |
CNAME | cPanel | ドメイン名(例:coolexample.com) |
CNAME | ftp | ドメイン名(例:coolexample.com) |
CNAME | webdisk | ドメイン名(例:coolexample.com) |
CNAME | webdisk.admin | ドメイン名(例:coolexample.com) |
CNAME | whm | ドメイン名(例:coolexample.com) |
CNAME | www.admin | ドメイン名(例:coolexample.com) |
CNAME | _domainconnect | _domainconnect.gd.domaincontrol.com |
タイプ | サービス | プロトコル | 名前 | 優先度 | 重さ | ポート | 値 |
---|---|---|---|---|---|---|---|
SRV | _autodiscover | _tcp | @ | 0 | 0 | 443 | cpanelemaildiscovery.cpanel.net |
SRV | _autodiscover | _tcp | 管理者 | 0 | 0 | 443 | cpanelemaildiscovery.cpanel.net |
4.競合する DNS を削除する
If you have DNS records with identical type and name combinations to your Web Hosting (cPanel), we recommend removing these conflicts. For example:
タイプ | 名前 | データ | アクション |
---|---|---|---|
A | @ | Your Web Hosting (cPanel) IP address | このレコードを追加 |
A | @ | 別の IP アドレス | このレコードを削除 |