8 lines
204 B
ApacheConf
8 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
|