Click to See Complete Forum and Search --> : how to customize http errors messages
keren
02-24-2003, 08:51 AM
I would like to change the displayed page in case of http error.(404, 500...)
I want the default text to remain the same but to customize the page (fonts,colors...)
How can I combine between NCSA httpd 1.3 messages and my own html page?
Any ideas?
Look in your "\error\" folder. You'll find the individual pages for each error. You can just edit them with Notepad to change the error messages themselves.
To change things like background colors and what not, go into your "\error\include\" folder ... there's 3 HTML documents for the "Bottom", "Spacer" and "Top" of the error message pages. You can put color, text and background changes in the "top" one. Keep in mind that all errors use these same 3 html's so you can't make one error one background color and another error another color or anything like that ... they're all going to be the same color/background/etc.