Answers for "https to http redirect htaccess cwp panel"

PHP
0

http to https redirect htaccess

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

Code answers related to "https to http redirect htaccess cwp panel"

Browse Popular Code Answers by Language