我试图在 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/
对我来说似乎是正确的,但它不起作用