我试图在htaccess文件中使用重定向来消除404错误...
有谁知道我如何重定向:
RedirectMatch 301 ^/tag/(.*)$ http://www.gliffaeshotel.com/blog/
RedirectMatch 301 ^/category/(.*)$ http://www.gliffaeshotel.com/blog/
RedirectMatch 301 ^/rooms/(.*)$ http://www.gliffaeshotel.com/blog/
对我来说似乎不对,但它不起作用