From c1070d02f35f31514d747f5af804451ebf2fb4ef Mon Sep 17 00:00:00 2001 From: briandilley Date: Tue, 2 Nov 2004 01:45:00 +0000 Subject: [PATCH] *** empty log message *** --- .htaccess | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index 5ec1f9e..3e14336 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,6 @@ -# Make apache execute .pl as a CGI + AddHandler cgi-script .pl - -# kwotes.pl is our directory index DirectoryIndex kwotes.pl +Options +ExecCGI + -# make apache execute CGIs and not allow indexes -Options +ExecCGI -Indexes