Securing your WordPress installation is important because it can save you time and headaches later. A default installation of WordPress is relatively secure, but still has some holes.
There are literally hundreds of simple and complex ways to secure your site. These are the simple things you can do to harden your WordPress installation. They won’t guarantee that you won’t be hacked, but it will make life difficult for the would-be intruders. With over 50 million blogs on the internet, hackers have plenty of blogs to choose from. Make it harder for them to target yours with these simple tricks
WordPress Made Easy….
- Keep your WordPress installation AND plugins up to date.
New versions are released all the time, many of which include security patches. Do it now and do it often. - Create a blank file called index.html and put it in your /wp-content/plugins folder.
This prevents users from listing what plugins you are using, and possibly figuring out that you are using an out of date plugin. But…. if you did step #1 already, you shouldn’t have to worry about this… right? - Change the ‘Admin’ username
The default Administrator username is Admin. How easy would that be for someone to guess. Log into the WordPress Admin page and create a new username/password. Give this user Administrator privileges and delete the default Admin username. Make would-be-hackers guess 2 pieces of info (username & password), instead of giving them the username and having them guess the password. Also, always remember…. give your account a good tough password. Use a password with at least 8 characters that includes upper and lower case, at least 1 number and at least 1 character. - Implement the LoginLockDown Plugin. (Download here)
Its a very simple plugin to install, yet very powerful. The default settings will allow 3 login failures before locking the IP address out for 60 minutes. This prevents automated programs from trying to guess your password using brute force. Copy the enter folder to your plugins directory. In your WordPress Admin page, activate it. Now under Settings, you’ll see a new option for Login LockDown. The default settings are fine but you can always adjust it if you have the desire to.
WordPress, Made Easy…








July 10th, 2008 at 7:46 pm
Great post and thank you for the plugin link. I was looking for something similar to that.
July 11th, 2008 at 1:47 pm
thanks salwa. The plugin is nice. I’m sure you’ll find it’s a keeper.