0

サイトのドメイン example1.com があり、次のドメインもあります: example2.com と example3.com example1.com に 2 つのサブドメイン (subdomain2.example1.com と subdomain3.example1.com) を作成する必要があります。 example2.com と example3.com へ

PLESK でそれを行うにはどうすればよいですか?

皆さん、ありがとうございました

4

1 に答える 1

0

そこに 3 つの方法:

  • example2.com のドメイン エイリアス subdomain2.example1.com と example3.com の subdomain3.example1.com を作成します。
  • サブドメインを作成し、このサブドメインのホスティング タイプを標準転送に変更します
  • example1.com のサブドメインを作成し、次の内容で index.html を各サブドメインの /httpdocs に配置します (この記事を確認してください)。
<html>
    <head>
        <meta http-equiv="refresh" content="0;URL='http://exampleX.com/'">
    </head>
    <body>
    </body>
</html>
于 2013-02-06T14:53:25.863 に答える