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
|
2015-10-21 16:23:26 +02:00
|
|
|
|
|
|
|
# Don't allow access to .git folder for security reasons
|
|
|
|
RedirectMatch 404 /\.git
|