浪费了一整天试图使用php隐藏url参数但是失败了
运动%20betting /的index.php?类型= MatchResult的
我想从链接中删除type = matchresult,有人可以帮助我吗?
答案 0 :(得分:1)
将此代码放入DOCUMENT_ROOT/.htaccess
文件中:
RewriteEngine On
RewriteCond %{QUERY_STRING} .+
RewriteRule "^sports betting/index\.php$" $0? [L,NC,R=302]