Blog anything about

computer tips and tutorials. The power on your side..

Many famous blogs have been hacked and defamed before. To avoid the same disaster from happening to your own blog, you can try the tips below to make your Wordpress blog more secure, at least from the view of script kiddies.

Tip 1 :Remove Wordpress ‘version string’ in your theme files

  1. Go to Wordpress dashboard, click on presentation -> edit themes -> header.php
  2. Find and remove this. bloginfo('version') Save the file.

Explanation: Hide the version number of your Wordpress such that it will be hard for hacker to find security loopholes for the specific version of Wordpress.

Tip 2 :P lace empty ‘index.html’ file in the plugins folder

  1. Open Notepad. Click ’save as’ and save the file as index.html (be sure to change the filetype from text files to all files)
  2. Upload the file to Wordpress plugins folder in your web server.

Explanation: Hide the plugins used by your Wordpress blog. It uses the same concept as above which is to hide security loopholes in the plugins.

Tip 3: Upload a copy of .htaccess file in the wp-admin folder

  1. Using FTP program or your webserver file manager, go to the root folder of your server and download .htaccess file (set ’show hidden files’ first if you’re using FTP program such as FileZilla)
  2. Go to your wp-admin folder
  3. Upload the .htaccess file you’ve downloaded just now.

Explanation: Prevent files in wp-admin from being accessed by hackers by limiting the access to this folder by IP address (means that the access is limited to the server owner/user only).

Thanks to ro.botys for passing us the three Wordpress security tips.

You can also disallow users pretending to be search engine/ search engines from crawling the core Wordpress folders by putting these in your robot.txt file (upload the file to root of your Wordpress installation folder when you’ve finished).

# This rule means it applies to all user-agents
User-agent: *

# Disallow all directories and files within
Disallow: /wp-admin/
Disallow: /wp-includes/


Comments (24)Posted by Super Admin on Monday, August 20th, 2007

Related Entries

  • Blog’s Stat For This Week
  • 3 Columns Wordpress Theme: Blog Pixel Version 2
  • Add Printing Function to Your Wordpress Blog
  • 24 Responses to “Secure Your Wordpress Blog” Add your own

    Post A Comment

    Tag and more tags for this post

     secure blogs (3)  secure blog (3)  can you secure a wordpress blog (3)  remove brontok.a 16 virus (2)  fuad bloganything (2)  wordpress blog (2)  remove wordpress version number html header (2)  wordpress user secure (1)  wordpress blog upload .htaccess (1)  is your wordpress theme secure (1)  secure wordpress install (1)  wordpress securing (1)  hiding /wordpress folder (1)  wordpress securing access to blog (1)  WordPress secure categories (1)  wp-admin secure (1)  wp-admin secure htaccess (1)  how to hide wordpress theme files (1)  wordpress security tips (1)  bypass OR hack wordpress theme blog limit (1)  how to secure a folder content with php (1)  how to secure a folder content wp (1)  protect wordpress blog (1)  secure blogging wordpress (1)  wordpress category secured (1)  Secure your wordpress blog (1)  secure content with wordpress (1)  wordpress upload files security (1)  Secure your Blog (1)  wordpress secure (1)  how to secure your wordpress (1)  saving wordpress blog (1)  wordpress hide version number (1)  secure wordpress (1)  securing posts in wordpress (1)  securing wordpress htaccess (1)  wordpress version hide security blog (1) 

    Disclaimer: The owner of this blog will not be responsible for the outcome of the usage of the contents
    in this blog. Certain posts may not be relevant in the future and the owner can only guarantee that
    the posts were accurate as they are supposed to be at the time the post were first published.