Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Webminインターフェースを備えた専用サーバーがあります。この設定が必要です - .example.com のすべてのサブドメインを 1 つのドキュメント ルートのサーバーにしたいのです。どうすればそれを達成できますか? したがって、xxx.example.com と fff.example.com と入力すると、サイトはまったく同じになります。サブドメインのコードを介して言語を設定するスクリプトがあります-たとえば、en.example.comなど。
ありがとう
Apacheを使用している場合は、使用できます
ServerAlias domain.org *.domain.org
DNS レコードにワイルドカード エントリが必要になる可能性があることに注意してください。
よろしく、 /t