标签: .htaccess redirect
我的网站中有旧网址,看起来像这样
http://www.example.com/forum/index.php/topic/
我想将其重定向到
http://'www.example.com/forum/index.php?/topic/
答案 0 :(得分:0)
尝试:
RedirectMatch 301 ^/forum/index\.php(/.+) /forum/index.php?$1