Click to See Complete Forum and Search --> : 404 Page?


96turnerri
10-14-2003, 01:53 PM
when IE adds a favourite it serches for favicon.ico,

If a site returns a 404 error does IE or any browsers search for say 404.htm

or is there a script or coding i could use to get an alternative 404 page up instead of normal boring one

Thanks
Rich

AdamGundry
10-14-2003, 04:36 PM
You need to configure your server appropriately. With Apache, you can use the ErrorDocument (http://httpd.apache.org/docs/mod/core.html#errordocument) directive.

Adam