Ultimate Guide to Securing your WORDPRESS website

Nice dude.. ! Really helpful to improve website security control. I love it.. Keep rocking. :)
 
You forgot to mention cloud flare. Yeah, it's not free, but if you have any website you deem important to you or generating a significant sum of money, you need to start using cloud flare.
 
Hi,
would like to add for .htaccess

Block access to wp-login.php which works great if you want to prevent adding any new user or admin.

<Files wp-login.php>
Deny from all
</Files>

btw, this way you can block access to any file if your wordpress firewall shows attacks on the specific files.

Cheers
Dan
 
Back
Top