Posts Tagged ‘securing wordpress’

Securing your wordpress from sql injection and hack attempt

Thursday, June 5, 2008 18:48 2 Comments

In general there are many form of hacking attempt in real world but with little practice we can lowering that risk.
Protect your configuration files :
chmod 444
just reminder :
4 = read
2 = write
1 = execute
First 4 for owner
Second 4 for group
third 4 for others (beside owner dan group)
Make sure you chmod 444 to :

wp-config.php
index.php
wp-setting.php
Theme directory

How to [...]

This was posted under category: Tips Tags: , ,