[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: "Tadashi Kiyuna" <tadashi@xxxxxxx>
- Date: Thu May 24 01:36:24 2001
- Organization: oics
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
----- Original Message -----
From: "Cedinor S.L." <rfarias@xxxxxxxxxxx>
| Is possible change not found page?
| yes? how do it?
Yes, you can change 'NOT FOUND PAGE' and any error pages.
put ErrorDocument statement into VirtualHost section of
/etc/httpd/conf/httpd.conf .
For example
<VirtualHost xxx.xxx.xxx.xxx>
ServerName www.mydomain.com
....
ErrorDocument 404 http://www.mydomain.com/error_404.html
....
</VirtualHost>
If you want to find out error code, there is a good reference of error code
on http://freebies.omega-isp.com/status-codes.shtml .
|
| Thanks
|
| Roberto
|