回答編集履歴
1
誤記訂正
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
RewriteCond %{QUERY_STRING} ^p=1$
|
12
12
|
|
13
|
-
RewriteRule ^
|
13
|
+
RewriteRule ^tag/5678$ https://sample.com/ttt.html?id=5678 [R=301]
|
14
14
|
|
15
15
|
```
|
16
16
|
|