質問編集履歴
3
URLなどの訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,9 +10,9 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
/public_html/
|
13
|
+
/public_html/example.com/wp_Appleblog01
|
14
14
|
|
15
|
-
/public_html/
|
15
|
+
/public_html/example.com/wp_Bananablog01
|
16
16
|
|
17
17
|
という場所にそれぞれインストールしました。
|
18
18
|
|
@@ -22,13 +22,13 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
wp_Appleblog01の方(以下、Appleブログ)は、https://
|
25
|
+
wp_Appleblog01の方(以下、Appleブログ)は、https://example.comで表示できるように、設定画面のサイトアドレスを変更して、パーマリンク設定も**変更を保存**して更新しました。
|
26
26
|
|
27
27
|
|
28
28
|
|
29
29
|
以下,AppleブログのWPが生成した.htaccsessです。
|
30
30
|
|
31
|
-
場所は、/public_html/
|
31
|
+
場所は、/public_html/example.com/.htaccess
|
32
32
|
|
33
33
|
です。
|
34
34
|
|
@@ -68,9 +68,9 @@
|
|
68
68
|
|
69
69
|
##その2
|
70
70
|
|
71
|
-
wp_Bananablog01の方(以下、Bananaブログ)は、https://
|
71
|
+
wp_Bananablog01の方(以下、Bananaブログ)は、https://example.com/Banana/で表示させたいです。
|
72
72
|
|
73
|
-
なので、/public_html/
|
73
|
+
なので、/public_html/example.com/Banana/というフォルダーを作成、index.phpを置きました。
|
74
74
|
|
75
75
|
|
76
76
|
|
@@ -120,7 +120,7 @@
|
|
120
120
|
|
121
121
|
|
122
122
|
|
123
|
-
そして、パーマリンク設定画面の下に表示されていたコードを、/public_html/
|
123
|
+
そして、パーマリンク設定画面の下に表示されていたコードを、/public_html/example.com/wp_Bananablog01/.htaccessに書き込み(書き換え?)ました。
|
124
124
|
|
125
125
|
|
126
126
|
|
@@ -152,7 +152,7 @@
|
|
152
152
|
|
153
153
|
一番上の基本にチェックを入れると問題は起こりません。
|
154
154
|
|
155
|
-
また、https://
|
155
|
+
また、https://example.com/Bananaのトップページだけは表示できます。
|
156
156
|
|
157
157
|
|
158
158
|
|
@@ -160,7 +160,7 @@
|
|
160
160
|
|
161
161
|
|
162
162
|
|
163
|
-
その2で書いた、/public_html/
|
163
|
+
その2で書いた、/public_html/example.com/wp_Bananablog01/にインストールしたWPを、https://example.com/Bananaで表示できるようにしたいです。
|
164
164
|
|
165
165
|
|
166
166
|
|
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -68,9 +68,9 @@
|
|
68
68
|
|
69
69
|
##その2
|
70
70
|
|
71
|
-
wp_Bananablogの方(以下、Bananaブログ)は、https://hoge.com/Banana/で表示させたいです。
|
71
|
+
wp_Bananablog01の方(以下、Bananaブログ)は、https://hoge.com/Banana/で表示させたいです。
|
72
72
|
|
73
|
-
なので、/public_html/hoge.com/
|
73
|
+
なので、/public_html/hoge.com/Banana/というフォルダーを作成、index.phpを置きました。
|
74
74
|
|
75
75
|
|
76
76
|
|
1
コピペのミスを訂正。
test
CHANGED
File without changes
|
test
CHANGED
@@ -108,7 +108,7 @@
|
|
108
108
|
|
109
109
|
/** Loads the WordPress Environment and Template */
|
110
110
|
|
111
|
-
require( dirname( __FILE__ ) . '/../wp_
|
111
|
+
require( dirname( __FILE__ ) . '/../wp_Bananablog01/wp-blog-header.php' );
|
112
112
|
|
113
113
|
|
114
114
|
|