[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] ErrorDocument 404 not working
- Subject: RE: [cobalt-users] ErrorDocument 404 not working
- From: "Ali & Charlie" <dynamicduo@xxxxxxxxxxxxxxxx>
- Date: Fri Mar 3 10:09:33 2000
Hi Kris,
Thanks as that did seem to be the problem and a strange one at that. All is
fixed up and thanks once again. :)
Sincerely,
Ali & Charlie
>
> The problem is a result of the error document and the stuff on the page
> (images, etc.) being smaller than Microsoft's threshold. They replace
> really small pages (which they assume MUST be error messages)
> with their own
> error messages for consistency of the interface.
>
> Add something like this to the page (how much filler will depend
> on the rest
> of the page--I don't remember the threshold for the size. I think it is
> like 1024 bytes):
> <!--
> fillerfillerfiller
> ...
> ...
> fillerfillerfiller
> -->
>
> Should then work.
>