![]() |
Easy way for "Dummies" to make Wordpress more secure.
If you are one of those types that reads the "... for Dummies" books and want to make your Wordpress installations more secure consider this tip.
Uninstall Wordpress. Just kidding. Lets pretend your hosting has you set up like so: /web/sites/your_user_name/domain1.com /web/sites/your_user_name/domain2.com /web/sites/your_user_name/domain3.com Drop an .htaccess file like so: /web/sites/your_user_name/.htaccess So that it is inside your personal directory above the domain directories. Now put inside it: Code:
<FilesMatch "wp-login.php"> The other IPs in the list are for JetPack plugin to be able to connect back to your sites to make things like posting to Tumblr work or showing the latest posts of one blog in the sidebar of another blog. You can remove them if you don't use JetPack... The list is not complete. Wordpress/JetPack don't release a list of their IPs so you have to build it on your own. That is my incomplete list, but is about 95% done. If you use Cloudflare or some other kind of service like it you will need to find that IP as well. While this won't lock you down completely it will keep about 99% of the crap from being able to connect to your server and play with the two files they want to play with the most. |
I do something similar. I have my server locked down by IP address, and then in order to access any admin are you have to enter in another user / pass not related to Wordpress.
|
All times are GMT -7. The time now is 10:46 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc