[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Not found page



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.