問題タブ [addon-domain]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
78 参照

plesk - アドオン ドメインをプライマリ ドメインに切り替える

現在、Plesk 12 を使用して次の Web サイトを提供する専用サーバーがあります。

addondomain1.com を取得してプライマリ ドメインにするプロセスは何ですか (addondomain1.com ドメイン名と関連するすべてのデータベースとファイルをそのまま維持します)。

基本的に、アドオンから移動してトップレベルドメインにしたいだけです。

可能ですか、それともすべてをバックアップして削除し、最初から再インストールする方が良いですか?

0 投票する
2 に答える
1197 参照

wordpress - アドオン ドメインと 2 番目のワードプレスのインストールが機能しない

public_html/wpプライマリ ドメイン名のディレクトリに既に Wordpress がインストールされているとしましょうdomain-one.comdomain-two.comここで、ルート ディレクトリを としてアドオン ドメインを追加しましたpublic_html/govtdomain-two.comここで、ディレクトリ内にワードプレスを再度インストールしましたwp。だから今、私は以下のディレクトリ構造を持っています -

ここに画像の説明を入力

私の最初のウェブサイトdomain-one.comは正常機能しています。ただし、domain-two.com/wp/wp-admin/ログイン/ダッシュボード画面が表示されず、代わりに以下の画面が表示されます。

ここに画像の説明を入力

public_html/ディレクトリには.htaccessindex.phpファイル (の場合domain-one.com)がありますが、そのpublic_html/govt/ようなファイルはありません。

public_html/.htaccessファイルの内容

public_html/index.phpファイルの内容

domain-two.comログイン/ダッシュボード画面を表示するにはどうすればよいですか?

更新 1 :この記事を読んだ後、フォルダー.htaccessにファイル (および index.php)を作成しpublic_html/govt、以下のコンテンツをその中に入れました。ルートフォルダーのhtaccessファイルの内容も試してみました。しかし、問題はどちらの場合も同じです。

0 投票する
1 に答える
2868 参照

.htaccess - Addon domain and .htaccess file redirect

I have two domains:

  1. maindomain.com
  2. www.addondomain.com

A .htaccess file in maindomain.com has this redirect

It redirects www to non www version.

Another .htaccess file in addondomain.com have these redirect

All pages redirect well, but when I put another .htaccess file in a subdirectory, the redirect does not work. So, I write these rules in image subdirectory.

Now when I try to access addondomain.maindomain.com/image/1.png it redirects to addondomain.maindomain.com/1.png with a 404 error. Some how, the image directory is lost. I need another .htaccess file in subdirectory.

UPDATE#1: addondomain is subdomain of maindomain also, directory structure is:

UPDATE#2:

This works if I set .htaccess like this:

Is there any way to using some code (I am bit new) in place of image like