• Please take a moment to look over the Suggestions & Feedback rules before making a post: READ RULES HERE

Is it normal i cannot block bhw in hosts file?

aidenhera

BANNED
Joined
Nov 30, 2016
Messages
3,059
Reaction score
915
I spend too much precious time here so i decided to block it along with few other entertainment sites.


i actually made them not load, but i fail to make bhw not load

i have 3 entries
- no www, no https
- no https, www yes
- www yes, http yes


what could be wrong?
 
There is nothing wrong with spending a lot of time here, as long as you learn and make money from what you've learned.
 
Thread Moved

Let me know if any of the solutions above work out for you. If they don't, I'll see what I can do to help you.
 
i have 3 entries
- no www, no https
- no https, www yes
- www yes, http yes

You should not have http/https there because the hosts file is a DNS resolution file and does not take account of the protocol (http/https/ftp etc.)

Try this:

Code:
127.0.0.1 blackhatworld.com
127.0.0.1 www.blackhatworld.com

Also, try running the following from the command prompt after changing your hosts file:

ipconfig /flushdns
 
You should not have http/https there because the hosts file is a DNS resolution file and does not take account of the protocol (http/https/ftp etc.)

Try this:

Code:
127.0.0.1 blackhatworld.com
127.0.0.1 www.blackhatworld.com

Also, try running the following from the command prompt after changing your hosts file:

ipconfig /flushdns

it worked previously, i just had to wait a bit. thanks
 
Back
Top