Disallow direct access to PHP files in wp-content/uploads/

2020-03-16

Securing the WordPress uploads folder is important. In many hacked WordPress sites, a PHP backdoor is found within the WP_CONTENT_DIR/uploads directory. Often because this is the location where uploads are placed automatically. From the backdoor within wp-content/uploads other backdoors are uploaded to various locations, and scripts are injected with malware.

My WordPress web.config

2015-06-22

Do you host your WordPress website on Windows Server IIS? And are you having trouble with your web.config? Here is mine :)

Disable WordPress comments (how-to)

2015-01-02

With thousands spam reactions, disabling (and removing) WordPress comments is often the only way to go. Here is how to disable WordPress comments in both the WordPress Dashboard interface and in your MySQL / MariaDB database.

Block WordPress comment spammers manually

2013-11-30

The less spammers hit your WordPress blog, the better your blog performs, is one of my opinions. A second is, the less unnecessary plugins you use on your WordPress blog, the better. So, a little while ago I decided to remove plugins like Stop Spammer Registration Plugin and do its work myself.