#
# $Id: .htaccess,v 1.1.1.1 2003/01/09 00:59:43 rwm Exp $
#
# This file simply enables CGI execution in the current directory for servers
# that have AllowOverride set.
#
# If your server does not have AllowOverride set then you need something like
# this in your httpd.conf:
#
#   <Directory "/where/you/put/webmail/plugins/changepass">
#     Options +ExecCGI
#   </Directory>
#

Options +ExecCGI
