kwotes/.htaccess

9 lines
198 B
ApacheConf
Raw Normal View History

2004-10-15 20:43:25 +00:00
# Make apache execute .pl as a CGI
AddHandler cgi-script .pl
2004-10-15 20:43:25 +00:00
# kwotes.pl is our directory index
DirectoryIndex kwotes.pl
# make apache execute CGIs and not allow indexes
Options +ExecCGI -Indexes