it's can be apply not only to wordpress. But to all blog platform that can be installed into a server and shared host. so, What do you do via PHP coding or pluggin or any method to secure your installation ?
How do we protect our Wordpress from hacker?
197 Views Asked by justjoe At
3
There are 3 best solutions below
0

I suppose you could modify the .htaccess file to deny permission to /wp-admin*
if the IP address doesn't match yours.
0

Being on a shared host is a bad limitation. This prevents you from installing a web application firewall like Mod_Security.
Here is a list of steps you can take to harden your Wordpress installation.
Limit access to ftp. For this, upload to server file .ftpaccess, and paste following code:
Also, limit access to most important files (like wp-login.php), uploading in the same folder file .htaccess: