回答編集履歴
1
追記
answer
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
```Apache
|
2
2
|
RedirectMatch permanent /blog/[^/]*/[^/]*/(.*) http://hoge.com/$1
|
3
|
+
か
|
4
|
+
RedirectMatch permanent /blog/.*?/.*?/(.*) http://hoge.com/$1
|
3
5
|
```
|
4
6
|
ですね。
|
5
7
|
`<IfModule mod_rewrite.c>`と`</IfModule>`は、無関係かつ無意味なので削除しましょう。
|