Answers for "RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://azizikids.com/$1 [R=301,L]"

CSS
5

force to load https

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

Code answers related to "RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://azizikids.com/$1 [R=301,L]"

Browse Popular Code Answers by Language