Apache question: custom 404 page

ronnie gauthier ronnieg
Mon May 17 11:48:18 PDT 2004


The only difference is the text display directive. Prior to 2.0 it was a single
opening quote
ErrorDocument 500 "Oops - We seem to have a problem
2.0 now requires a closing quote
ErrorDocument 500 "Oops - We seem to have a problem"


On Thu, 12 Jun 2003 21:42:19 -0400 - Kurt Wall <kwall at kurtwerks.com> wrote the
following
Re: Re: Apache question: custom 404 page

>Quoth Joel Hammer:
>> Is is possible to have a custom 404 page with apache?
>
>Yes, with the "ErrorDocument" directive. See
>http://httpd.apache.org/docs-2.0/mod/core.html#errordocument
>
>The syntax is a bit different for 1.3, but the functionality is
>the same in 2.0 and 1.3.
>
>Kurt
>-- 
>Kleptomaniac, n.:
>	A rich thief.
>		-- Ambrose Bierce, "The Devil's Dictionary"
>_______________________________________________
>Linux-users mailing list
>Linux-users at linux-sxs.org
>Unsubscribe/Suspend/Etc ->
>http://www.linux-sxs.org/mailman/listinfo/linux-users


More information about the Linux-users mailing list