cloaking
Contributor
- Joined
- Dec 4, 2022
- Messages
- 29
Welcome! Today I will briefly explain to you how to cloak your WordPress site in three steps:
- Change your index.php file name
- Upload white page
- 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.