[CLUE-Admin] 404 document for CLUE website.

David Anselmi anselmi at americanisp.net
Sun Jul 6 17:43:19 MDT 2003


Jed S. Baer wrote:
[...]
> Works ok here at home, but upon committing and then publishing the site,
> the .htaccess file doesn't show up. I suppose that's because it's a hidden
> file? Only why then would the CVS client not also ignore it here on the
> other end (my machine)?.
[...]

Did you look at the cgi that does the publishing?  From the html 
directory it does "cp -fR *" which naturally doesn't include hidden 
files.  Since there are at least two versions of the publish files (and 
three paths) I don't have time to fix it right now.

 From looking at the apache docs, you might want

ErrorDocument 404 /404.html

rather than

ErrorDocument 404 http://clue.denver.co.us/404.html

so the server sends a 404 rather than a redirect.

Dave




More information about the clue-admin mailing list