In the previous lesson you learned how to protect your login page from Brute Force attacks, it’s time to learn how to hide your website from WordPress theme detectors and hackers’ bots.
Note! Please read Hide WordPress from Theme Detectors or from Hackers Bots?
Changing the common WordPress paths will not guarantee that the WordPress CMS is completely hidden. The old paths are still accessible and hackers are still able to inject SQL and Javascript into vulnerable installed plugins and themes.
Follow the next steps, and learn what you need to do to fully protect your website.
Note! Don’t use the WordPress demo article, Tagline, footer text, etc. Make sure you have your own posts, pages, categories, tags. Don’t load the theme demo data into your website. This will easily be detected by theme detectors.
If you changed wp-login, wp-content, wp-includes, plugins and themes paths using Hide My WP Ghost, you should now hide the old paths from hackers to protect vulnerable plugins and themes.
To hide the common WordPress paths, you need to switch on the option, “Hide My WP > Change Paths > WP Core Security > Hide WordPress Common Paths” and save the settings.
After you activate the option, you can access the /wp-content URL from another browser or from incognito, and you should receive the 404 error (Page not found).
Now it’s time to hide the common WordPress files from hackers, who can easily detect the WordPress CMS if they can access the common WordPress files: /wp-config.php, /readme.html, etc. All these files should be accessible only if you are logged into your website.
Hide My WP Ghost will add a filter to protect all these files if you switch on the option “Hide My WP > Change Paths > WP Core Security > Hide WordPress Common Files“.
Hidden URLs:
https://demo.wpplugins.tips/wp-content/
https://demo.wpplugins.tips/wp-content/plugins/
https://demo.wpplugins.tips/readme.html
Now activate the main options from Hide My WP > Tweaks to hide the CMS version, header and referrals.
Switch ON options like:
You can use Text Mapping to hide classes like wp- from your website that may be detected by Theme detectors. Even if it’s a good option to add all the plugins’ classes in Text Mapping, this is not always a good idea because it may affect the website functionality.
Note! Some Theme Detectors are looking for classes that are used by WordPress plugins and they will jump to say that you’re using WordPress CMS even if you don’t have any WordPress common path.
It’s important to decide how far you want to go to hide all the known plugins. To hide the classes or IDs of a plugin, you need to also dynamically change the classes and IDs in all JS and CSS files to prevent javascript and style errors.
Add these records in Hide My WP > Mapping > Text Mapping and hide the WordPress common classes:
Some plugins use filenames with the same name as the plugin. To hide these files, you can use Hide My WP > Mapping > URL Mapping or a cache plugin.
URL Mapping option will let you change any URL from your website to one that is more user-friendly and hides a plugin name.
Now, If you already have a cache plugin installed, check if the cache plugin has the option to minify/combine the CSS and JS files that can be detected.
We recommend the WP Rocket and Autoptimize cache plugins for caching which work perfect with Hide My WP Ghost.
https://hidemywpghost.com/how-to-use-autoptimize-with-hide-my-wp-ghost/
https://hidemywpghost.com/how-to-use-wp-rocket-with-hide-my-wp-ghost/
It’s time to check the website security and make sure there are no URLs containing /wp-content/.
Go to Hide My WP > Security Check and run a report. If the report doesn’t find the old WordPress paths in source code than the config is correct.
You can also check the Source Code of your website using a different browser or from incognito.
Most browsers let you see the website’s source-code if you type “view-source:” before your domain, like this:
view-source:https://demo.wpplugins.tips/. Now search for wp- using the search option (Ctrl + F).
If you find URLs containing “/wp-content/”, make sure they were not generated by a cache plugin like Autoptimizer or Wp-Rocket. If they were, activate the Combine JS and Combine CSS option in your cache plugin to add all the JS and CSS in the same file.
If you don’t use a cache plugin, and you want to change some URLs in your source code, use the Hide My WP Ghost > Mapping > URL Mapping option and follow the instruction in the next step.
Some themes detectors are looking in the /sitemap.xml URL to check if there is any reference to the plugin’s author.
In /robots.txt URL you can also find restrictions to the wp-admin and wp-includes paths and the theme detectors will know that you’re using WordPress CMS because of that.
Hide My WP Ghost is removing any style from sitemap.xml and all the WordPress common paths from robots.txt.
If you applied all the steps in the last three lessons, your website should be safe from hacker’s bots, and hidden from all WordPress theme detectors:
We checked with many other detectors, but some of them save a long term cache, and the results are not relevant.
Hide My WP Ghost is a complex security tool and covers all the security needs to protect the vulnerable plugins and themes from Script and SQL Injections. It can be used together with other security plugins like Wordfence, Sucuri, iThemes Security etc.
Note! The plugin is compatible with other security plugins and you don’t have to deactivate all other security plugins if you install Hide My WP Ghost.
To see what Hide My WP Ghost can’t do on your website in order to avoid errors, please read:
https://hidemywpghost.com/what-hide-my-wp-ghost-cant-do/
Feel free to contact us with feedback and suggestions here
In the next lesson, you will learn how to use the Events Log feature, and how to set Security Email Alerts in your Hide My WP Ghost account.
If you are looking for a cache plugin that works perfectly with Hide My WP…
WordPress is the most widely used content management system (CMS) on the web, powering more…
Our plugin is designed to provide users with the highest level of security and customization.…
If you're a WordPress user, you may be familiar with the concept of theme detection.…
Test if .htaccess is working The simplest way to test if apache uses your .htaccess file, or if it…
Hiding the wp-admin and wp-login.php paths from source code it's important especially when you use…