From 7201d52846b02d7a7c227cadd6a4b46b520c961d Mon Sep 17 00:00:00 2001 From: briandilley Date: Fri, 15 Oct 2004 20:43:25 +0000 Subject: [PATCH] *** empty log message *** --- .htaccess | 9 +++++++-- html/footer.html | 6 ++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index bd11f48..5ec1f9e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,8 @@ +# Make apache execute .pl as a CGI AddHandler cgi-script .pl -Options +ExecCGI -Options -Indexes + +# kwotes.pl is our directory index +DirectoryIndex kwotes.pl + +# make apache execute CGIs and not allow indexes +Options +ExecCGI -Indexes diff --git a/html/footer.html b/html/footer.html index cb99bbe..1be7856 100644 --- a/html/footer.html +++ b/html/footer.html @@ -6,6 +6,12 @@ download the source  -  ${KWOTE_COUNT} live kwotes, ${KWOTE_BACKUP_COUNT} deleted kwotes + + SourceForge.net Logo