[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Not found page
- Subject: RE: [cobalt-users] Not found page
- From: "Vachon, Scott" <Scott.Vachon@xxxxxxxxxxxxxx>
- Date: Thu May 31 01:13:23 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
R2DK> How Rude!
OQ> Is possible change not found page?
OQ> yes? how do it?
>
DK>The same way you would on any Apache server. The answer is in the
archives
DK>or any search engine regarding 404 pages and Apache.
>Dan K
It may seem rude...I guess you have never read a "Dan K" response ! ;)
Welcome to the List !!! However, the question does seem to be generated from
a lack of effort !. The question is one that could be answered by a few
minutes searching Google. In three minute I found:
Title: Apache 404
in your httpd.conf file.
# 2) local redirects
ErrorDocument 404 /icons/404.html
# to redirect to local URL /missing.html
#ErrorDocument 404 /cgi-bin/missing_handler.pl
# N.B.: You can redirect to a script or a document using
server-side-includes.
#
-S-
Disclaimer: My own (less acerbic) two cents.