Meningkatkan keamanan wordpress dari para hacker
-
1. change your wordpress table : the $table_prefix = ‘wp_’; to $table_prefix = ’something_
1. backup your wordpress database to a sql file (you can use phpmyadmin)
2. open that *.sql file (make another copy first) using text editor, then find and replace all “wp_” prefix to “something_”.
3. now, drop all tables of your wordpress databases (don’t drop the database)
4. import the *.sql file which has been edited before into your wordpress databases.
5. and lastly, edit your wp-config.php file and change the $table_prefix = ‘wp_’; to $table_prefix = ’something_’;
6. you may find that your plugins are deactivated automatically when this happens, so you’ll want to activate them again if that’s the case… I’d recommend deactivating them prior to doing this anyway as a precaution.2. If you use ‘admin’ as your username to login – change your admin username to something harder to guess.
To change your admin username, open your web host’s MySQL administration tool (probably phpmyadmin) and browse to your WordPress database. Locate the users table, in which you will find a user_login column. One of the rows will have admin in the field. Change this to something else.
3. create .htaccess in your wp-admin
4. Change some wordpress File permission
read more : http://www.its-berry.com/improve-your-wordpress-security/
Blog yang perlu diperbaiki adalah: (hanya ditampilkan ke pengguna yang sudah login)
- Topik ‘Meningkatkan keamanan wordpress dari para hacker’ tidak lagi menerima balasan baru.