nightlybuild-conference/nightlybuild.io/master/2014/.htaccess - Htaccess File

nightlybuild-conference/nightlybuild.io/master/2014/.htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} !=www.nightlybuild.io
RewriteRule (.*) https://www.nightlybuild.io/$1 [R=301,L]
RewriteCond %{HTTPS} !=on
RewriteCond %{ENV:HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

On Github License

Files

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

Comments

Apache