[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] dir specific 404
- Subject: Re: [cobalt-users] dir specific 404
- From: "Atlanta NITES" <brettnewman@xxxxxxxxx>
- Date: Tue Nov 21 19:04:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> is it possible to serve a dir specific 404 page?
>
> if so, how would i do it?
>
I include this line in an .htaccess file for 404 errors:
ErrorDocument 404 http://www.your-site.com/lost/
You can place it in your host directory for sitewide use or in specific
directories also.