Finally some tips to make your WordPress more secure.. It is really easy to configure it on your server, website.
Author of this post is Matt Cutts.
1. Secure your /wp-admin/ directory. What I’ve done is lock down /wp-admin/ so that only certain IP addresses can access that directory.
2. Make an empty wp-content/plugins/index.html file. Otherwise you leak information on which plug-ins you run. If someone wanted to hack your blog, they might be able to do it by discovering that you run an out-of-date plugin on your blog and then they could exploit that.
3. Subscribe to the WordPress Development blog at http://wordpress.org/development/feed/ . When WordPress patches a security hole or releases a new version, they announce it on that blog. If you see a security patch released, you need to upgrade or apply the patch. You leave yourself open to being hacked if you don’t upgrade.
and some small tip… but if you want to read about it go here.
If you enjoyed this post, make sure you subscribe to my RSS feed!





good tip on the plugins folder, can’t believe I hadn’t thought of that one myself, doh!
thanks,
Mattg