How To Make Your WordPress Blog Safer
How horrible would it be if you woke up tomorrow and your blog was gone. All that hard work you have put into it up in smoke. Ok, so I think we can agree that it’s worth taking a few precautions to ensure our WordPress blogs are as secure as possible. Here are some tips to go about achieving this.
Keep WordPress Current
Keep your WordPress setup up to date. From time to time people find security issues in WordPress. These issues get addressed by the developers of WordPress who then release an update. If you don’t update, you may be vulnerable. WordPress can be a real pain to update, so the more lazy amongst us tend to leave it for a bit. If this sounds like you then maybe you should download WordPress Automatic Upgrade Plugin. It automates the process of backing up and upgrading WordPress.
Backup Your Posts and Comments
Create a folder on your PC and regularly create backups of your blog content. It’s easy enough to do, just go to ”Manage” in your WordPress dashboard, and select “Export”, then click “Download Export File” to save a copy of all your valuable posts, comments and categories. It’s a good idea to name these export files with a date.
Drop The Version String In Your Header.php File
Quick Online Tips explains how displaying the version of your WordPress installation can leave you vulnerable. If the version is left viewable, anyone can easily figure out which version of WordPress you are using just by viewing the source file of your site, then if there is a known flaw in the version you are using you’re in trouble.
To fix this change:
<meta name="generator" content="WordPress
<?php bloginfo('version'); ?>" />
To:
<meta name="generator" content= "WordPress" />
Put A Blank index.html In /plugins/ Directory
In a default Wordpress installation, anyone can access your WordPress plugin folder to see which plugins you have installed. This is a problem if certain plugins are known to have security issues. The default path is “http://www.yourdomain.com/wp-content/plugins/"
If you type this address in your browser using your WordPress blog’s domain you will see the entire directory with all of your plugins. A method to hide this as describe by Quick Online Tips (and Originally Matt Cutts at WordCamp 2007) is to place a blank file named index.html in the root of your plugin folder. People will no longer be able to view your plugin directory.
Wp-admin Folder
Past versions of WordPress have had vulnerabilities with the wp-admin folder. So for extra tight security Reuben Yau gives a method to Protect the WordPress wp-admin folder. However if the computer you access your blog from has a dynamic IP address assigned by your ISP this won’t work. It may be worth looking into if these sorts of security issues keep you up at night.
Login Lockdown Plugin
Login Lockdown is a plugin that monitors how many times a person tries to log in during a short period of time. If they exceed some key number, LogInLock down will lock them out from logging for some period of time. This will stop those types who will try and guess your user names and passwords.
If you are stuck using a free hosted WordPress blog you should consider blog hosting options, it’s not that expsensive to host your own WordPress blog.
I hope this information has helped you to secure your WordPress blog.








Comments (128)
Thanks for the information. Had never really thought about it myself, but have implemented the suggestions. Looks like you’ve got a few more interesting posts here as well. Will check them out.
I have thought about WP Security…
But I didn’t think of all those – lol
I’m going to have work on those!
Thanks for the heads up!
P.S. – Because of your comment, I’m back!
That’s great Brian, I am happy to have you back as a reader. You wouldn’t believe what a hit my feed count took in the days following that ProBlogger article. Maybe I need to place more focus on topics that aren’t blogging…i.e. more web design stuff to ensure I am not labled as a blogger that blogs about blogging. Cheers for coming back though Brian
Nice post. I noticed the version string was killing me for a while. Once removed, a lot of spam actually ceased. It’s been a few months and I’m pleased with the results. Nice that you posted it as well.
Ironically Akismet thought your comment was spam
I have entered this article into a group writing project contest at: http://www.bluejar.com/how-to-group-writing-project/ – Check it out, there is still a few days left before the deadline, so there is plenty of time to write an article an enter.
Thanks for entering my project. Good advice you have shared here, I guess I should probably go update my WP :c). Also thanks for mentioning my group writing project, everybody has until next week on the 18th to enter.
This is a good list and thanks for the idea
Great article Simon , this reminds me to update my WP and create a backup
Thanks for the useful tips!
One point above that i always did is “Backup Your Posts and Comments”. I export my content after I submit a new post.
I shall try that Login Lockdown Plugin
Thanks for the useful tips!
One point above that i always did is “Backup Your Posts and Comments”. I export my content after I submit a new post.
I shall try that Login Lockdown Plugin
Thanks for these tips! I use a plugin to backup and I update WP as soon as there is a new version, and I am implementing your other tips. Thanks again, this is a great addition to the writing project.
Thanks for these tips! I use a plugin to backup and I update WP as soon as there is a new version, and I am implementing your other tips. Thanks again, this is a great addition to the writing project.
Nice tips.
Another useful thing is to create a good robots.txt file to avoid spiders indexing all directories.
Nice tips.
Another useful thing is to create a good robots.txt file to avoid spiders indexing all directories.
Good check list of security vulnerabilities. I was particularly worried about my plug-ins directory, not having considered it before.
Interesting. There are some good ideass presented here. I need to do spend some time reading more about these topics.
Thanks for the tips, I will surely put these to use on my blog. I’ve been getting a lot of traffic lately and would hate to compromise my website because of a few simple mistakes.
Thanks for the tips, I will surely put these to use on my blog. I’ve been getting a lot of traffic lately and would hate to compromise my website because of a few simple mistakes.
I like your blog theme. I want to use it on my blog.
Can you please tell me from where I can download these theme?
Many thanks
——————————————————————————–
Dan owner of the future gadgets blog future gadgets and inventions
Dan, it is a custom made theme by Nathan Rice! His blog design package will cost you $600 – http://www.nathanrice.net/services/.
Dan, it is a custom made theme by Nathan Rice! His blog design package will cost you $600 – http://www.nathanrice.net/services/.
does anyone knows if there is any other information about this subject in other languages?
does anyone knows if there is any other information about this subject in other languages?
this is a great read! i’ve been doing a little research on how to make my WP blog more secured and this is certainly a big help!
Great post. I noticed the version string was killing me for a while. Once removed, a lot of spam actually ceased. It’s been a few months and I’m pleased with the results. Nice that you posted it as well. Thanks for that.
Great post. I noticed the version string was killing me for a while. Once removed, a lot of spam actually ceased. It’s been a few months and I’m pleased with the results. Nice that you posted it as well. Thanks for that.
thanks very good.
You should use a secure password as well. I suggest changing your password every month, and the password should not be anything contained in the english dictionary. A blank index file should be located in every folder, whether it has valuable information in it or not. Also it is important that your PHP and MYSQL stay updated and secure. Check with your hosting company as many of them handle the upgrades for those. Also check your logs and look for repeated attempts. A repeated IP could mean an attacker, but they can use proxies so it will be a different IP ever time. Look for attempts on weird port numbers against your server. Also look for attempts at weird directories or commands/files. Most sites get port scanned and scanned for vulnerabilities often. But if it is something that it occuring often (multiple days) then it may be a direct attack against you. If you feel it is a direct attack targeting you soley, then contact your web host. They should be able to check out your logs and they will evaluate. If they are nice, they may give you the IPs to add to your blacklist. If they don’t do that due to policy, then they may block them on their end. If the attempts continue, then notify them and you can pursue an investigation.
I don’t recommend blacklisting and IPs yourself unless you are 100% positive it is an attack. You may end up banning one of your frequent viewers.
I used to be at the opposit end of the computer. I wont go into techno babble though.
Shudogg Dot Com – Make Money Online Blogging
You should use a secure password as well. I suggest changing your password every month, and the password should not be anything contained in the english dictionary. A blank index file should be located in every folder, whether it has valuable information in it or not. Also it is important that your PHP and MYSQL stay updated and secure. Check with your hosting company as many of them handle the upgrades for those. Also check your logs and look for repeated attempts. A repeated IP could mean an attacker, but they can use proxies so it will be a different IP ever time. Look for attempts on weird port numbers against your server. Also look for attempts at weird directories or commands/files. Most sites get port scanned and scanned for vulnerabilities often. But if it is something that it occuring often (multiple days) then it may be a direct attack against you. If you feel it is a direct attack targeting you soley, then contact your web host. They should be able to check out your logs and they will evaluate. If they are nice, they may give you the IPs to add to your blacklist. If they don’t do that due to policy, then they may block them on their end. If the attempts continue, then notify them and you can pursue an investigation.
I don’t recommend blacklisting and IPs yourself unless you are 100% positive it is an attack. You may end up banning one of your frequent viewers.
I used to be at the opposit end of the computer. I wont go into techno babble though.
Shudogg Dot Com – Make Money Online Blogging
Thanks for the in depth input – Make Money Online Blogging – I will even leave your anchor text for your effort.
I had alot of changed done to blogs. I definately figured out how to rid of all spam. Great post
I had alot of changed done to blogs. I definately figured out how to rid of all spam. Great post
Great Job Here…I enjoyed it..! Gary
Once again this is an excellent tip. Its really important to secure wordpress or upgrade to the new version.
Once again this is an excellent tip. Its really important to secure wordpress or upgrade to the new version.
I would never of known, Very good security and backup information and something I didn’t prepare myself for, Thanks for putting this together.
I need to change my password. Im going to use more symbols and numbers.
I need to change my password. Im going to use more symbols and numbers.
Thanks for the great tips. I just went and did some of them now. I wasn’t aware of the Export feature until now. It is much easier than backing up the MySQL DB.
That really bugs me…Thanks for the great tips. good for my WP blog but i am still worried about a blogger blog. Unfortunately i hosted on blogger server, worked hard for its marketing and now when i want to take a backup of posts and comments there are no options except template backup.
That really bugs me…Thanks for the great tips. good for my WP blog but i am still worried about a blogger blog. Unfortunately i hosted on blogger server, worked hard for its marketing and now when i want to take a backup of posts and comments there are no options except template backup.
yeah, backup my posts and comments asap!
I try to keep my wordpress folder updated as much as possible. This makes it easier to make sure that my blog is protected. Unfortunately it is difficult to do this sometimes and time consuming.
I try to keep my wordpress folder updated as much as possible. This makes it easier to make sure that my blog is protected. Unfortunately it is difficult to do this sometimes and time consuming.
The blank index and version string are 2 great ideas anyone should do to make thier blog safer. Some great ways to protect your wordptress blog i bookmarked post.
I must admit i am one of those lazy people that tends to keep putting off backups and updating wordpress but this article has given me a well needed kick up the backside. I have just downloaded the automatic upgrade plugin so will no longer have any excuses.
I must admit i am one of those lazy people that tends to keep putting off backups and updating wordpress but this article has given me a well needed kick up the backside. I have just downloaded the automatic upgrade plugin so will no longer have any excuses.
Backing up using MySQL DB is much harder than using the export feature.
it´s true, i never had thought that, but obviusly is necesary take precaution, because there is a lot of people in the internet with bad intentions
it´s true, i never had thought that, but obviusly is necesary take precaution, because there is a lot of people in the internet with bad intentions
I think the first thing everyone should do no matter what site they have is have back up of all thier work. I can not tell you how many times people wish they did this.
Great post some good tips on making wordpress safer.
I think the first thing everyone should do no matter what site they have is have back up of all thier work. I can not tell you how many times people wish they did this.
Great post some good tips on making wordpress safer.
Just a quick note to say thanks for the link to the automatic wordpres upgrade plugin. I have used it across all my wordpress sites and its a real time saver. Would highly recommend it to everyone.
I didnt even know something like this exists. I usually have to spend entire day to upgrade all my sites, and WP has gone through last few versions in such a short time.
Thx for the link, I will definitely have more time with using this.
I wish we had login lockdown feature for basic website server accounts. I have had a couple of my websites hacked. I know, I should have a stronger password, where they can’t get in.
I also like the idea of loading a index.html file into your plugins directory. This can keep the nosey ones out.
I wish we had login lockdown feature for basic website server accounts. I have had a couple of my websites hacked. I know, I should have a stronger password, where they can’t get in.
I also like the idea of loading a index.html file into your plugins directory. This can keep the nosey ones out.
I never even thought about backing up comments. That is a good point i forgot about. I also like to make sure i have images and anything else saved in case i have any problems.
Keeping things current and backing up your data is always a good idea no matter what you’re trying to do. Good information there, thanks!
Keeping things current and backing up your data is always a good idea no matter what you’re trying to do. Good information there, thanks!
Great tips. I did not know you could do some of the things you said to protect your wordpress blog. I never heard of the blank index and will try it.
My account has been hacked a few times. I have tried all of these, unfortunately it is not helping very much.
My account has been hacked a few times. I have tried all of these, unfortunately it is not helping very much.
I just did the version string one on one site. Never thought about that one before thanks.
One more thing make sure to change password if someone ever gets into your email. They will send password to email and take over blog.
One more thing make sure to change password if someone ever gets into your email. They will send password to email and take over blog.
I think the backup is one of the most imortant ways to keep blog safe. if you do not have backup and something happens you have to start all over again.
Helpful tips. I wasn’t much worried about security until lately. My sites were recently attacked and that made me to pay more attention to security.
Helpful tips. I wasn’t much worried about security until lately. My sites were recently attacked and that made me to pay more attention to security.
Good post. Some great tips on keeping wordpress blog safe. Maybe do one for blogger blogs also i know thier are alot of them around too.
Good post. Some great tips on keeping wordpress blog safe. Maybe do one for blogger blogs also i know thier are alot of them around too.
Thanks for the great post again.
I agree with you that frequent updated are actually big pain for every one. But as far as the security is concern it should not be take lightly. If one day you will loose your all post and data it can not be recovered it you don’t have the backup of it.
Thanks i just started making new blog and it is my first wordpress blog. I Never knew some of the tips and how to make sure it is safe. Some very good ideas i will try them myself.
Thanks i just started making new blog and it is my first wordpress blog. I Never knew some of the tips and how to make sure it is safe. Some very good ideas i will try them myself.
i just knew about putting index page in plugins directory ,
these are some really useful tricks,
and Login Lockdown plugin is really good for security.
I’m so bad at not backing up my blog. I really should do it. Does the lockdown thing work with all blogs? Or is it just WordPress? I presume it’s all… But I’m not brilliant with technology!
I’m so bad at not backing up my blog. I really should do it. Does the lockdown thing work with all blogs? Or is it just WordPress? I presume it’s all… But I’m not brilliant with technology!
Good post i did not know that the blog could be taken over or have problems like this. I have to try some of your ideas i just started making my first wordpress blog and have not finished it yet.
I actually had this happen- had my blog up and leave me. Turned out to be hard drive failure on the part of my provider (backups? hah!), so I lost a lot of work.
That’s why I now back up religiously. And, of course, I changed providers!
I actually had this happen- had my blog up and leave me. Turned out to be hard drive failure on the part of my provider (backups? hah!), so I lost a lot of work.
That’s why I now back up religiously. And, of course, I changed providers!
Hmm. I didn’t realize that security was a problem for bloggers. Uh oh. I just started blogging fairly recently, so I’m hoping it isn’t something I need to worry about.
Exactly what sort of security problems do bloggers normally have?
thanks those are some great ideas to make a wordpress blog safe. some of them i did not knowand will make sure to use when i make a new blog with wordpress.
Some very good tips. I have both a wordpres and blogger blog. Had one problem with blogger but tech worked it out. Did not know wordpress had some problems like this i have to try the techniques you listed on it to make it safer.
Some very good tips. I have both a wordpres and blogger blog. Had one problem with blogger but tech worked it out. Did not know wordpress had some problems like this i have to try the techniques you listed on it to make it safer.
with so many hacks and viruses out there, especially in the blogosphere, this stuff becomes quite useful, so thanks.
with so many hacks and viruses out there, especially in the blogosphere, this stuff becomes quite useful, so thanks.
Great advice. This is good practice for anything done over the internet. I compare it to buying insurance. Don’t take chances and get caught without any.
Great advice. This is good practice for anything done over the internet. I compare it to buying insurance. Don’t take chances and get caught without any.
Updating wordpress to new version when it comes out is must.
Hiding your version info which shows in source page is a good thing which I found out a few months ago.
But putting a bank index in plugin folder that’s a new idea for me. The point is there and I thought about this some time ago but never got around it.
Thanks for listing them together.
Updating wordpress to new version when it comes out is must.
Hiding your version info which shows in source page is a good thing which I found out a few months ago.
But putting a bank index in plugin folder that’s a new idea for me. The point is there and I thought about this some time ago but never got around it.
Thanks for listing them together.
Now, this is superb information every WP user SHOULD know and follow!
Thanks for this great post. I had heard of a few of these including the logical ones of keeping your WP up to date and such, but hadn’t heard of dropping the version string in your Header.php file. I’ll have to go back and make sure to do that on all of my sites right away. Thanks for the tip!
Thanks for this great post. I had heard of a few of these including the logical ones of keeping your WP up to date and such, but hadn’t heard of dropping the version string in your Header.php file. I’ll have to go back and make sure to do that on all of my sites right away. Thanks for the tip!
I especially like your tip on Put A Blank index.html In /plugins/ Directory…I never would’ve thought about that myself in that some of the plugins that are installed aren’t safe. You’ve opened my eyes on how to make WordPress more secure. Thank you.
Great tips. Backing up is not just enough since they can also get corrupted easily. Its sill best that you try to doo all the suggestions to keep avarythig safe.
Great tips. Backing up is not just enough since they can also get corrupted easily. Its sill best that you try to doo all the suggestions to keep avarythig safe.
I always update my WordPress. One more thing I will do is don’t use the admin as username, I will create my own username and use complex password.
Apart from checking your WP security settings and backing up files, I think it is also necessary to look ever your plugins.
To keep your wordpress secure just use free service from wpsafer.com.
We will do other things