Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Send all blocked request to homepage with 403 Forbidden error
- RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
- RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
- RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
- RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
- RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
- RewriteRule ^(.*)$ index.php [F,L]
Add Comment
Please, Sign In to add comment