关于 htaccess Redirect 301 问题,怎么去掉参数
hbolive Jan 8, 2020 3556 views This topic created in 2308 days ago, the information mentioned may be changed or developed.
同一个域名下,某些地址变了:
Redirect 301 /1.html /test/
结果访问 /1.html 时,最后的 URL 地址是:/test/?/1.html
虽然最终页面没问题,但这个参数跟在后面很不爽,请问怎么去掉?
apache2.4/windows
以前也写过类似的重定向,没有这个问题。。