标签: .htaccess redirect
我的htaccess文件设置中有一条规则如下:
Redirect 301 /sale https://example.com/art/?sale=1
这会导致网址重定向到https://example.com/art/?sale=1/,而我希望网址为https://example.com/art/?sale=1
https://example.com/art/?sale=1/
https://example.com/art/?sale=1
我该怎么做?
由于