Answers for "redirect http to https htaccess laravel hostigner"

3

force https

RewriteEngine On 
RewriteCond %{HTTPS} off 
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Posted by: Guest on July-16-2020

Code answers related to "redirect http to https htaccess laravel hostigner"

Browse Popular Code Answers by Language