head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2005.02.16.21.26.06;	author whmoseley;	state Exp;
branches;
next	;


desc
@@


1.1
log
@
Ok, finally a redirect script.
@
text
@# This is where the relative links don't work
# because don't know document root when building the site (site is relative)
ErrorDocument 404 /404.html
<files 404.html>
    Options +ExecCGI
    SetHandler cgi-script
</files>

@
