How do you protect your PBN sites from hackers?

In the same way you protect the money sites :)

The main idea is to install fewer plugins and make updates. Also, make backups with a plugin.
 
It's not so much 'hack' as in a guy in a Matrix style guy, chain smoking in a dark room figuring out how to break your system but rather automated software probing for vulnerabilities, it's exceptionally common. If you run a VPS server at all, look in the server log files for a real eye opener, I get thousands of 'hacking' attempts every single day.

You get hacked because they can.

Plus that stuff is mostly automated anyways. Its not some loner dude manually crushing through SQL injections or anything.
 
1 deny access to wp-admin from from every IP other than yours
2 change the login name and display name on the website. Example text is posted by user 1 but in your wp-admin you are login with username John
Done
 
Use a very very strong password which is the best method. You don't need any codes or plugins if your password cannot be cracked easily.
 
Back
Top