質問編集履歴
3
記述ミスがありました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,9 +10,9 @@
|
|
10
10
|
|
11
11
|
https://example.comにアクセスしたときに、別のhttps://example2.com(全くの別サイト)にリダイレクトをさせたいです。
|
12
12
|
|
13
|
-
ただ、
|
13
|
+
ただ、htaccessに
|
14
14
|
|
15
|
-
```a
|
15
|
+
```htaccess
|
16
16
|
|
17
17
|
Redirect permanent / https://example2.com/
|
18
18
|
|
2
わかりやすく記述しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
現在、WordPressマルチサイトのサブディレクトリを作っています。
|
7
|
+
現在、WordPressマルチサイトのサブディレクトリ型を作っています。
|
8
8
|
|
9
9
|
もうすぐ公開になるのですが、親サイトに何もコンテンツが入っていない状態なので
|
10
10
|
|
11
|
-
https://example.comにアクセスしたときに、別のhttps://example2.comにリダイレクトをさせたいです。
|
11
|
+
https://example.comにアクセスしたときに、別のhttps://example2.com(全くの別サイト)にリダイレクトをさせたいです。
|
12
12
|
|
13
13
|
ただ、ataccessに
|
14
14
|
|
1
タグの追加をしました。
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|