This tutorial will teach you how to install the premium version of the WP Ghost plugin, activate the license token on the website, and activate Ghost Mode with predefined paths.
Connect to your WP Ghost dashboard account and download WP Ghost premium plugin
Once you’ve activated the plugin, click on the Settings link to go to WP Ghost Settings page.
It’s time to activate the premium plugin with the activation token from your WP Ghost dashboard account.
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.
Before activating any feature, let’s activate the Ghost mode with the predefined paths.
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 to have access to nginx.conf file or to have 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 settings and tweaks are set correctly.
You can automatically fix them by clicking the Fix it button.
Remember to copy the Safe URL from WP Ghost > Change Paths to avoid the lockout if there is any compatibility issue with other plugins or theme. The Safe URL will pass the custom login path and allow you to login with the default WordPress login path.
In case you can’t login please follow these steps: WP Ghost – Disable it in case of error
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…