SSL cert issued, need to t/s some issues with the app under HTTPS before forcing encrytption:
Heres the nec. .htaccess directives for forcing HTTPS (when the bugs are gone):
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
SSL cert issued, need to t/s some issues with the app under HTTPS before forcing encrytption:
Heres the nec. .htaccess directives for forcing HTTPS (when the bugs are gone):