Learn how to download and install WP Ghost plugin from WordPress directory.
This tutorial will teach you how to install, activate, and set up the WP Ghost plugin in Lite Mode.
Note! The Lite Mode will not protect you from all the hacker bots attacks. If you need a complex security plugin, please read here.
It’s time to add your email address and activate the plugin with a free token.
Once the plugin is active, you will also have access to your WP Ghost Dashboard account, where you can manage all the connected websites with the same email address, monitor your websites, and receive security reports.
Note! If you don’t want to connect to the WP Ghost dashboard and manage your websites and security monitors, click Skip Activation. You can activate it later if you want.
Once you activate the plugin, you will be redirected to the WP Ghost > Overview page, where you will see all the features you can activate with just one click.
After you confirm the Ghost Mode, the paths will be automatically changed with the predefined ones.
Now you can customize the paths as you desire.
Note! You have to remember the new login path because you will have to access it directly every time you connect to your website.
After customizing the paths, click the Save button to apply the changes.
If WP Ghost can’t write the rewrite codes on your config files (.htaccess for Apache, nginx.conf for Nginx, web.config for IIS), you will be asked to do this manually.
Follow the instructions and click the Okay, I set it up button
If you installed the plugin on Nginx Server, you need access to the nginx.conf file or a managed hosting plan.
You need to add the config line in Nginx and restart the server only for the first time. All the rewrite rules are present in the hidemywp.conf file.
Learn how to include the config line in Nginx File
Note! For Nginx Servers, you need to restart Nginx after each customization with the command:
sudo nginx -s reload
Set AllowOverride all on Apache Servers
Note! For Apache Servers, you need to make sure you set the AllowOverride All option for your current directory in httpd.conf or apache2.conf.
Go to Security Check section and run a test to make sure all the critical settings and tweaks are set correctly.
Because hackers often use bots to search for security flaws in your website, it is…
The easiest way to change the default media uploads path is to use the WP…
To hide all CSS and JS you need to follow the steps to Combine the…
https://youtu.be/6ylhojSi-_E In this video, we’ll explore why website security matters and what can happen if…
The security of your WordPress site depends on multiple factors, such as the strength of…
When you enable two-factor authentication (2FA) for your WordPress website, it adds an extra layer…