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

Re: [cobalt-users] Not found page



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
|