Block site in IE

Status
Not open for further replies.

prabhatmohit

Journeyman
I cannot block websites in IE. The option that allow users to block website is not working correctly.. It allows me to add websites to 'blacklist' but doesn't block the site. You can try the same on ur IE

Plz. suggest any alternate method.
 

[xubz]

"The Cake is a Lie!!"
Use the host files method then :)

Open c:\windows\system32\drivers\etc\hosts in Notepad and Add
Code:
127.255.255.255 site-to-be-blocked.com
in a New Line and save it :)
 

navjotjsingh

Wise Old Owl
[xubz] said:
Use the host files method then :)

Open c:\windows\system32\drivers\etc\hosts in Notepad and Add
Code:
127.255.255.255 site-to-be-blocked.com
in a New Line and save it :)

Btw its not 127.255.255.255 but is 127.0.0.1
 

[xubz]

"The Cake is a Lie!!"
navjotjsingh said:
Btw its not 127.255.255.255 but is 127.0.0.1
Doesn't Matter! I Run a webserver on localhost (127.0.0.1), So It redirects to my server! Which I don't want from Happening :)

You can put any non-functional IP there.
 
Status
Not open for further replies.
Top Bottom