Forum Moderators: phranque
So, this is what i've done so far:
ProxyBlock * (to allow users to connect to proxy but block all requests)
then i added ErrorDocument 403 /index.html (which theoretically sends all the users connecting through my proxy to be forced to view my index.html customized error page)
My proxy is blocking users all right, but the problem is that it isn't showing my customized HTTP 403 error page. It just keeps displaying the default microsoft one.
Am I approaching this all wrong? or am I just an idiot? thanks.
"Microsoft" is the key here... If you saw the default *Apache* error page, that would be something different.
In their infinite wisdom, MS has decided that their 'friendly' error pages are better than our error pages, unless our error pages are above a certain size. I don't remember how big the page has to be in order to show, but try making it at least 512 bytes, and if that doesn't work, go to 1024.
This is really annoying behaviour on MS's part - don't get me started...
Jim