301重定向以删除URL参数

时间:2015-04-02 03:55:57

标签: apache .htaccess url-redirection

1 个答案:

答案 0 :(得分:0)

检查查询字符串是否有fbtab=true

RewriteEngine On
RewriteCond %{QUERY_STRING} fbtab=true [NC]
RewriteRule ^(.*)/?$ /$1? [R=301,L]