Wordpress Security
More Secure WordPress Site Against Hacker
Though WordPress most popular CMS but it is weak in security issue other than joomla & drupal CMS. So website hacker easily hacked WordPress site. But If you some change configuration, it will be more secure than usual. In this tune I am going to describe some important steps to increase security issue against hacker attacks. Let’s start now how to More secure WordPress site against hacker attack.
Removed admin username & use strong password:
Most of the WordPress website used ‘admin’ as their administrator user. So hacker can hack wp website easily by using the user name ‘admin’. Create a administrator role user by using a complex user name and removed ‘admin’ user name user. Initially wp website installer also used weak password, so the password must need to be strong.
Always up to date everything
This is an important that always up to date update everything theme, plugin & WordPress. If not updated, hacker use some non-updated bug to hacked website. So this is important to always updated to increase website security stronger.
Change Database Table Prefix(wp_):
Generally we are run WordPress site by using database table prefix wp_ . By using this wp_ table prefix hacker can hacked your site. So it is also important to change the prefix wp_ . Use a complex table prefix like xxxxxx_.
Use quality hosting service
Sometime because of poor hosting provider can hacked your wordpress site. So need to be use quality hosting service to protect website against hacker attacks.
Remove unnecessary theme, plugin & user
Remove unnecessary theme, plugin & user also help important protection against hacker attack to hacked. So if your website have any unused theme or plugin remove at now. This also not should be use unused user and use user role properly.
If you use above tips you website gradually will be more secure WordPress site. Beside this take backup, avoid to use three theme, hide administrator url and disable editor from dashboard. To disable dashboards editor to edit use
define( ‘DISALLOW_FILE_EDIT’, true );
Adding the like in wp-config.php file.
Their are also have some important plugin which help to more secure WordPress site. I will describe about WordPress security plugin in next tune.
Comments are closed