Manko10/vmailmgr-chpw-cgi/master/.htaccess - Htaccess File

Manko10/vmailmgr-chpw-cgi/master/.htaccess

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

On Github License

Files

Download PDF of Htaccess file
ENV, HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache