Customising 'Cannot disdplay web page' page

Soldato
Joined
30 Sep 2006
Posts
5,280
Location
Midlands, UK
Guys,

I've been charged with the task of locking down Internet access for our active directory users (win server 2003). I've managed to do this via group policy by making up a fake proxy server connection and then denying users the ability to change the settings.
This seem to have the desired affect for users who log onto the domain AND when working via terminal services, whilst maintaining their network connection.

What i'd now like to do is customise the page that appears when they try to connect. You know the one? 'Internet Explorer cannot display the webpage'
I want to modify it with our own logo and text.
Is this possible? If so, i'd be very grateful if you let me know how.

Many thanks guys
 
properties.png


Ehm, well if you're using Apache you can point to custom error files in the conf.
 
I thought that there is a registry entry that points to the page in question, located in the system32 folder.

If this is true, you could just change the value to point to a HTML page you've created.

I'll have a dig as see if i can find the entry I'm on about...

EDIT;

Nope, I'm talking crap. It doesn't exist. Sorry for wasting everybody's time, refunds avaiable....
 
Last edited:
Don't do this client-side. Set up a real proxy at the address you've specified, and then set the proxy to disallow access to everything, with your own custom error page.
 
Back
Top Bottom