BeyondeLabs / xfc

xFC
1 stars 2 forks source link

Install SSL certificate on the subdomain #100

Closed profnandaa closed 9 years ago

profnandaa commented 9 years ago

Done.

Added the following line on .htaccess to force redirection to https://

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

src: stackoverflow