kwotes/.htaccess
2004-10-15 20:43:25 +00:00

9 lines
198 B
ApacheConf

# Make apache execute .pl as a CGI
AddHandler cgi-script .pl
# kwotes.pl is our directory index
DirectoryIndex kwotes.pl
# make apache execute CGIs and not allow indexes
Options +ExecCGI -Indexes