ldap-chpw-cgi/.htaccess
Janek Bevendorff 8f7ba6a4f0 Initial commit
2015-10-19 18:35:52 +02:00

9 lines
204 B
ApacheConf

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