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