Archive for the ‘wordpress’ Category

How to protect your blog

Monday, June 23rd, 2008

1- Change admin username

in “phpMyAdmin” in cpanel in “wp_users” table

2- Make FireWall on “plugins”

from cpanel to prevent revealing plugins installed becouse this info may use to make benfiet of bug in pluguin

3- Make FireWall on “wp-admin/”

from cpanel to prevent brute force attempting

3- Remove word press version from header

in “header”  from WP-admin you will find something like

content=”WordPress <?php bloginfo(’version’); ?>”

make it

content=”WordPress ”

Share/Save