WordPress Cloaking | Tested Method

Welcome! Today I will briefly explain to you how to cloak your WordPress site in three steps:

  1. Change your index.php file name
  2. Upload white page
  3. Upload the Cloaking file

1. Change your index.php file name

As you know, it’s the main file in every site, so you will find it easily in WordPress. We have to change the name of this file from index.php to b.php “for example”. I will explain why in the 3rd step.

2. Upload white page

Upload your white page files into the main root file and give the index file a new name like “w.html” or “w.php“. This depends on your white page programming language.

3. Upload the cloaking file

Now, you must upload the Cloaking file and give it the index name to make it the main file that all visitors must go through.

In this file, you must define the offer page as you previously wrote it: b.php, and define the white page as w.php.

Don’t forget!

You may have to clear the cache because sometimes the changes never apply until you clear your site cache.

If you have any questions, please leave them in the comments below.

Leave a Reply

Your email address will not be published. Required fields are marked *