Answers for "https to http via htaccess"

PHP
0

htaccess redirect 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 "https to http via htaccess"

Browse Popular Code Answers by Language