标签: .htaccess redirect
我的.htaccess
RedirectMatch 301 /mice-group http://web.com/mice-group-meeting
并返回ERR_TOO_MANY_REDIRECTS
使用重定向301不会重定向,所以我该怎么做?
解决了:
RedirectMatch 301 ^/mice-group$ http://web.com/mice-group-meeting