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

Re: [cobalt-users] Custom 404 error page



They just need to create a .htaccess file in their /web dir with:

ErrorDocument 404 http://1234.com/error_page.html

You can easily customize all types of errors including authorization (401)
and "internal server errors (500)... Just place the corresponding
ErrorDocument on separate lines of your .htaccess:

ErrorDocument 404 http://1234.com/error_notfound.html
ErrorDocument 500 http://1234.com/error_server.html
ErrorDocument 401 http://1234.com/error_auth.html

BTW you can redirect to any URL and customize this at the directory level.

Regards,

David

> From: lists <lists@xxxxxxxxxxxxx>
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
> Date: Mon, 13 Dec 1999 21:56:14 -0800
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] Custom 404 error page
> 
> Can virtual hosts setup their own customer 404 error page ?
> 
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>