Unfamiliar .htaccess RewriteCond statements
-
I have several security plugins running on multiple sites, but one site’s
.htaccess
file is unique in having this block of code:RewriteEngine on RewriteCond %{QUERY_STRING} ^[^=]*$ RewriteCond %{QUERY_STRING} %2d|\- [NC] RewriteRule .? - [F,L]
I’m unsure what it does or if it belongs there. Can someone help me decrypt it?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unfamiliar .htaccess RewriteCond statements’ is closed to new replies.