How to Redirect and Block Websites
Fl1ppy.com
Text guide:
1. Go to Start, Run, then type this location C:\windows\system32\drivers\etc
2. Double click on the file 'hosts' and open it with Notepad
3. Leaving Notepad up, go to Start, Run, and type in CMD
4. In Command Prompt, type in "ping #######.com". Replace ####### with the website you want to redirect to.
5. It should now bring up the IP address. Go back into notepad and then type in the IP address, add a space, then type in the website you want to redirect from.
6. Next make a new line and and copy the exact same thing but add a "www." before the website.
This is what it should look like for you so far:
0.0.0.0 example.com
0.0.0.0 www.example.com
If you want to block websites, change the IP address to 127.0.0.1
Now save and your done.