force ssl via htaccess
at 2017-05-22 04:08:00.
there are multiple ways to force the ssl, but most will give you different errors.
the one with less error on different applications (with my experience) is the fallowing lines
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://domain.com/$1 [R,L]