回答編集履歴

1

追記

2019/04/09 00:07

投稿

TaichiYanagiya
TaichiYanagiya

スコア12146

test CHANGED
@@ -31,3 +31,23 @@
31
31
  RewriteRule service\ 5\ -\ 2.html$ https://newkopage.com/service.html [R=301,L]
32
32
 
33
33
  ```
34
+
35
+
36
+
37
+ ###(2019/04/09 09:06) 追記
38
+
39
+ .htaccess が /kopage/.htaccess にあるのなら、以下で。
40
+
41
+
42
+
43
+ ```
44
+
45
+ RewriteEngine on
46
+
47
+ RewriteRule ^$ https://newkopage.com/ [R=301,L]
48
+
49
+ RewriteRule service\ 1.html$ https://newkopage.com/service.html [R=301,L]
50
+
51
+ RewriteRule service\ 5\ -\ 2.html$ https://newkopage.com/service.html [R=301,L]
52
+
53
+ ```