Hi, I will pay $10 via Paypal to the first person who can write me some code that will return forbidden when someone tries to access any URL with "?act" in it. Thanks.
RewriteEngine On RewriteCond %{QUERY_STRING} act RewriteRule (.*) - [F] Code (markup): You meant forbidden right ??