Answers for "how to recrect http to https with www in .htaccess"

PHP
0

htaccess https to http

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

Code answers related to "how to recrect http to https with www in .htaccess"

Browse Popular Code Answers by Language