Jump to content
MDDHosting Forums

REALLY Protect your Wordpress instalation(s)


cziv

Recommended Posts

If you run Wordpress, then you should do the following if you want to be safe and also lower your resources usage.

 

1. BLOCK wp-login.php if no users are using it for login/registration. And just whitelist your IP(s).

 

<Files wp-login.php>
order deny,allow
Deny from all
# whitelist IP address
allow from your.ip.address.here
</Files>

 

or (or both)

 

2. Best thing to do is to install ZB BLOCK from here:

 

http://www.spambotsecurity.com/zbblock.php

 

Needs only ONE line of code on top of your wp-load.php and that's it. You can't imagine how well it works and it is completely free. Almost every attack or hostile bot is stopped before entering Wordpress core. Also one installation can control all your websites in your plan.

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...