fillipeamorim
7/17/2018 - 6:29 PM

Force HTTPS #htaccess #https #security

Force HTTPS #htaccess #https #security

HTTPS forced

RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

END HTTPS