Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
出于某种原因,控制器正在查询 http 服务器,其中 & 在中间插入了 ?。如果我用 ? 它工作正常。有人可以写一个 htaccess 代码来代替吗?在最后的“/login.php&redirect =“到某事行”login.php? 重定向* "
把它放在你的 htaccess 文件中适当的地方
RewriteRule ^(.*)&(.*)$ /$1?$2 [L,QSA,R=301]