ldap-chpw-cgi/.htaccess

9 lines
204 B
ApacheConf
Raw Normal View History

2015-10-19 18:29:41 +02:00
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteCond %{ENV:HTTPS} !=on
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE]
Options +ExecCGI
AddHandler cgi-script .py
DirectoryIndex index.py