ldap-chpw-cgi/.htaccess
2015-10-21 16:23:37 +02:00

12 lines
287 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
# Don't allow access to .git folder for security reasons
RedirectMatch 404 /\.git