teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

追記

2019/03/18 05:20

投稿

otn
otn

スコア86349

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>`は、無関係かつ無意味なので削除しましょう。