Skip to content
Mastodon

Blog · Field-tested knowledge

Practical WordPress security insights.

Field-informed articles about malware behavior, hacked-site recovery, WordPress errors, maintenance, development, and safer website ownership.

WordPress White Screen of Death
031

How to Fix WordPress White Screen of Death: 8 Proven Solutions (2026)

Seeing a blank white page instead of your WordPress site is terrifying, but the WordPress White Screen of Death (WSOD) is almost always fixable within minutes. Whether it’s a plugin conflict, memory exhaustion, theme issue, or even malware infection, this comprehensive guide covers 8 proven solutions that have helped me restore thousands of crashed WordPress […]

Read blog
033

WordPress .htaccess Malware: The Complete Guide to Every Type (With Real Code Samples)

WordPress .htaccess malware is any malicious modification to your site’s .htaccess configuration file (or fake .htaccess files planted in subdirectories) that lets an attacker control how your server responds to requests. Real-world .htaccess malware does one of about ten specific things: blocks PHP execution to lock you out, hides backdoors behind allowlists, redirects search-engine or […]

Read blog
034

WordPress Redirects to Spam Sites on Mobile Only? Complete Mobile Redirect Malware Guide

Your WordPress website works normally on a laptop. You open the homepage, visit a few pages, check the WordPress dashboard, and find nothing unusual. But customers using phones are redirected to gambling pages, fake security warnings, adult advertisements, malicious applications, questionable subscriptions, or unrelated spam websites. This is usually not a browser problem. It is […]

Read blog
035

Why Is My WordPress Site Showing Another Website Without Redirecting?

You enter your domain expecting to see your website. The address in the browser is correct, but the page is completely different. It may look like an unfamiliar online store, a casino website, a pharmaceutical page, a fake news site, or a copied version of another business. In some cases, the design changes completely while […]

Read blog
036

Hidden Cron Job Malware in WordPress: Find & Remove It (2026)

⏱️ Malware regenerating every minute or hour? Hidden cron jobs are the #1 cause. This guide covers exactly how to find and kill them. If you’d rather have a security expert do this for you with same-day turnaround, see my WordPress malware removal service. You delete the infected file. Five minutes later, it’s back. You […]

Read blog
038

Website Redirecting to getfix[.]win: How to Detect, Remove, and Prevent This Malware

Quick Answer: What is the Getfix.win Hack? The getfix.win/jsrepo malware is a JavaScript injection that redirects your visitors to spam sites. It hides in your theme’s functions.php file using “Hex Encoding” to look like random numbers. How to Remove It: Locate: Open functions.php and look for a line starting with $url = “\x68\x74…”. Delete: Remove […]

Read blog
039

WP Compatibility Patch (wp-compat.php): Find and Remove the adminbackup Backdoor

Quick answer: “WP Compatibility Patch” (file path wp-content/plugins/wp-compat/wp-compat.php) is not a real plugin. It is a WordPress backdoor that secretly creates a hidden administrator named adminbackup (adminbackup@wordpress.org) and hides it from your Users screen. To remove it you must delete the plugin folder and the _pre_user_id entry in wp_options, then delete the hidden admin user. […]

Read blog
040

All JavaScript (.js) Files Infected? A Step-by-Step Virus Removal Guide

Finding your website suddenly redirecting to spammy pages or acting strangely is a horrible feeling. If you’ve dug into your site’s files, you may have been shocked to find that all your JavaScript (.js) files are infected with a large, confusing block of malicious code. A very common infection looks something like this, often at […]

Read blog