質問編集履歴
1
追加記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
<IfModule mod_rewrite.c>
|
18
18
|
RewriteEngine On
|
19
19
|
Redirect 301 /xxx/test01.html /sss
|
20
|
-
Redirect 301 /xxx/
|
20
|
+
Redirect 301 /xxx/test02.html /sss
|
21
21
|
Redirect 301 /xxx/ /aaa
|
22
22
|
</IfModule>
|
23
23
|
```
|