質問編集履歴

1

修正しました

2018/09/08 03:01

投稿

miva
miva

スコア14

test CHANGED
File without changes
test CHANGED
@@ -14,9 +14,9 @@
14
14
 
15
15
 
16
16
 
17
- RewriteRule ^(.*) /test/$1 [R=301,L]
17
+ RewriteRule ^(.*) /wordpress/$1 [R=301,L]
18
18
 
19
- RewriteRule ^/index.html$ /test/index.php [R=301,L]
19
+ RewriteRule ^/index.html$ /wordpress/index.php [R=301,L]
20
20
 
21
21
 
22
22
 
@@ -24,6 +24,6 @@
24
24
 
25
25
  ・http:// でアクセスされたら https:// へ
26
26
 
27
- ・www.abc.com へのアクセスがあったら全て www.abc.com/test/ へ
27
+ ・www.abc.com へのアクセスがあったら全て www.abc.com/wordpress/ へ
28
28
 
29
29
  ・www.abc.com/index.html  へのアクセスがあったら www.abc.com/wordpress/index.php へ