标签: isapi isapi-rewrite
我正面临xxs问题而我正在使用ISAPI Rewrite 3.我想检测查询字符串是否包含...或将其重定向到我的主页。
答案 0 :(得分:0)
尝试使用以下结构:
RewriteEngine on RewriteBase / RewriteCond %{QUERY_STRING} ^(.*iframe.*)$ RewriteRule .* http://www.domain.com [NC,R=301,L]