0

ISAPI Rewrite を使用して、クエリ文字列に特定のキーワードを含むリクエストをブロックするにはどうすればよいですか。

ロリータ、モデル、女の子など…

Query_String 例:

pid=12263&pid=12263&sourcingName=Qxcfljaw&sourcingEmail=thebest%40hotmail.com&sourcingPhone=76513817313&sourcingQty=87&sourcingComments=What's+the+last+date+I+can+post+this+to++to+arrive+in+time+for+Christmas%3F +http%3A%2F%2Flsmagazinexl.kazeo.com+lolita+model+dads+girl++Wonder+what+was+wrong+with+the+original+sounds+so+they+had+to+replace+them+ with+thes+obviously+and++ridiculously+fake+ones.%0A+

4

1 に答える 1

0

これを達成することができました。

RewriteCond %{QUERY_STRING} . (?:ヌード|ロリータ|ポルノ|バイアグラ|シアリス|裸|プレティーン)。[NC] RewriteRule .* - [F]

于 2013-04-03T18:21:58.033 に答える