I am using the hosts file for blocking websites, and when we try to open that website the browser shows some default message, but I need to display my own message.
Is there any possibility for displaying a user-defined message?
|
I am using the Is there any possibility for displaying a user-defined message? | ||||
|
feedback
|
|
Run a web-server on your local machine on the usual port (80) and set a custom error page In your hosts file use 127.0.0.1 as the address for blocked domains Update: If you have Perl installed, you can use something like this (start it from a command prompt)
Other scripting languages are available. Batteries not included. | |||||||
feedback
|
hostsfile is the wrong tool for this job … – JdeBP Dec 7 '11 at 23:39