WordPress Security - 3 Useful Tips to Help Protect Your Blog

Securing your WordPress blog is the most importantopen up Notepad.exe and save the blank file as
thing that you must do. Every day, WordPress sites"index.html" (without quotes). Now, go onto your server
are being hacked and injected with malicious code thatand place the index.html file into wp-content/plugins/.
could not only affect your website, but also otherRemember to always safely connect to the server
visitors as well. In addition, if the problem doesn't getusing a Secure File Type Protocol (SFTP or FTPES), in
resolved, it could result in your blog being blacklisted bywhich the data is encrypted before it is sent across
search engines and labeled as a dangerous website.the network.
After all the hard work you've put into your website, itScanning WordPress for vulnerabilities
would be completely devastating to find out that yourI would strongly recommend installing the WP Security
site has been compromised and/or destroyed. WithScan plugin by Michael Torbert. This WP security plugin
that being said, I've compiled a few tips to help get youwill scan your WordPress installation for security
started on protecting your WordPress blog. This isvulnerabilities and suggest necessary changes,
NOT a complete guide for securing your WordPressincluding:
site, however, these tips will help lead you in the right- Passwords
direction.- File permissions
Use strong passwords for your login- Database security
It's highly recommended to use strong passwords to- Version hiding
make it harder for someone to guess your login.- WordPress admin protection
Strong passwords should be seven or fourteen- Removes WP Generator META Tag from core
characters long, containing both uppercase andcode
lowercase letters followed by numbers and symbols.That's all folks!
Make sure it does not resemble any password you'veKeep in mind, there are many things that need to be
used in the past.secured in order to protect your WordPress blog,
Hide the contents inside your directoryincluding your server, database, logins, comments, files
One of the easiest tricks is to insert a blank index.htmldirectories, and wp-admin. If you're looking for help in
file into your "plugins" directory. This helps preventsecuring your blog or would like a WordPress security
unwanted visitors from seeing which plugins you areaudit, let us know.
running on your WordPress site. To do this, simply