7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Netlifyにjpドメインを登録

Posted at

Netlifyに独自ドメインを登録しようとしたところ、jpドメインは通常のやり方では設定できないことがわかりました。

解決法

ドメインレジストラ(ムームードメイン)でCNAMEレコードとALIASレコードを設定

具体的な設定手順

Netlify側

管理画面 > 設定したいサイト > Settings > Domain Management > Custom Domains > AddDomainAlias
よりドメインを追加

 2020-08-06 13.35.30.png

ムームードメイン側

コントロールパネル > ドメイン操作 > ムームーDNS > 処理(変更) > 設定2
より、CNAMEレコードとALIASレコードを以下のように設定

www CNAME ****.netlify.app(デフォルトのURL)
(空欄) ALIAS ****.netlify.app(デフォルトのURL)

ALIASレコードは、CNAMEレコードの亜種みたいなもの(wwwなしのドメインにも設定できる)です。

 2020-08-06 13.32.53.png

その他

設定から3~4時間くらいで反映されました。

感想

海外発のサービスとの連携がめんどくさくなるし、GoogleDomainsに移管すると年4600円取られるし、jpドメインなんて使うもんじゃない。

参考

7
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?