wordpress_logged_in
-
Hi, Thanks for a great product and support. I was the person who suggested the blank post request setting. 🙂
We had a website that was recently hacked that is running Wordfence. For some reason the guy was able to traverse directories in the wp-content folder and put his files everywhere. Is there a setting we missed in WF?
My suggestion is to add an option for wordpress_logged_in so that hacks are restricted to access via the login creds. I’m not a programmer so I’m not sure if it will truly help but it seems logical.
Aaron
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_COOKIE} !.*wordpress_logged_in.*$ [NC] RewriteCond %{REQUEST_URI} ^(/.*?)/wp-content/uploads/.* [NC] RewriteRule . http://%{HTTP_HOST}%1/wp-login.php?redirect_to=%{REQUEST_URI} [L,QSA] </IfModule>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘wordpress_logged_in’ is closed to new replies.