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