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

Re: [cobalt-users] dir specific 404



> 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.