回答編集履歴

1

追記

2019/03/18 05:20

投稿

otn
otn

スコア84555

test CHANGED
@@ -1,6 +1,10 @@
1
1
  ```Apache
2
2
 
3
3
  RedirectMatch permanent /blog/[^/]*/[^/]*/(.*) http://hoge.com/$1
4
+
5
+
6
+
7
+ RedirectMatch permanent /blog/.*?/.*?/(.*) http://hoge.com/$1
4
8
 
5
9
  ```
6
10