回答編集履歴

1

誤記訂正

2020/10/31 04:08

投稿

otn
otn

スコア84663

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  RewriteCond %{QUERY_STRING} ^p=1$
12
12
 
13
- RewriteRule ^/tag/5678$ https://sample.com/ttt.html?id=5678 [R=301]
13
+ RewriteRule ^tag/5678$ https://sample.com/ttt.html?id=5678 [R=301]
14
14
 
15
15
  ```
16
16