.htaccess

Contents

 

Require SSL

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Published on 2014-07-27 03:36:41.