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 <[EMAIL PROTECTED]> 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 >[EMAIL PROTECTED] >Unsubscribe/Suspend/Etc -> >http://www.linux-sxs.org/mailman/listinfo/linux-users _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
