> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/how-to/forwarding-domain-to-root-address.md).

# ドメインをルートアドレスに転送する方法

*スキルレベル: 初心者*

## **始める前に**

* 有料の Adalo サブスクリプションを利用していることを確認してください

Adalo は、サブドメインを含むカスタムドメインの使用のみをサポートしています。\_例: **app.mydomain.com** や \*\*[www.mydomain.com\*\*\_。](http://www.mydomain.com**_。)

もし、***mydomain.com*** のようなルートアドレスにドメインを設定しようとしている場合は、ドメインプロバイダーから転送やリダイレクトの設定が可能かどうか確認する必要があります。

\
DNS プロバイダーが[CNAME flattening](https://blog.cloudflare.com/introducing-cname-flattening-rfc-compliant-cnames-at-a-domains-root/)、[ALIAS](https://blog.cloudflare.com/introducing-cname-flattening-rfc-compliant-cnames-at-a-domains-root/)、または[ANAME レコード](https://dnsmadeeasy.com/services/anamerecords/)を提供している場合、すべてのトラフィックをルートドメイン (例: yourdomain.com) にリダイレクトすることができるかもしれません。

以下の DNS プロバイダーは、ルートドメインを CNAME/ANAME/ALIAS レコードにポイントすることができます:

* [Cloudflare](https://www.cloudflare.com/)
* [DNSimple](https://dnsimple.com/)
* [DNS Made Easy](https://dnsmadeeasy.com/)
* [ClouDNS](https://www.cloudns.net/)

また、DNS ホストに問い合わせて、CNAME flattening を提供しているかどうかを確認することもできます。

### まだヘルプが必要ですか？

ルートドメインに転送する際に追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問してください！


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.adalo.com/ja/how-to/forwarding-domain-to-root-address.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
