HTACCESS file editing (re: recent WP cracking)
-
After reading the 2.1.2 announcement, I promptly modified the .htaccess file for each of my WP installations to include the following:
RewriteCond %{QUERY_STRING} ^(.*)ix= [OR] RewriteCond %{QUERY_STRING} ^(.*)iz= RewriteRule ^.*$ https://127.0.0.1/ [R,L] RedirectMatch (.*)theme.php$ https://127.0.0.1/$1 RedirectMatch (.*)feed.php$ https://127.0.0.1/$1
I wanted to pop on here to make sure that would cover it … and make sure I hadn’t overlooked anything. (as I hadn’t seen any suggestions posted regarding this)
Thanks!
Nicki
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘HTACCESS file editing (re: recent WP cracking)’ is closed to new replies.