# Redirect HTTPS to HTTP
# Canonical HTTPS/non-WWW
<IfModule mod_rewrite.c>
RewriteCond %{HTTPS} on
RewriteRule ^ http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
Move site https to http by .htaccess
Subscribe
0 Comments
Syed Ashik Mahmud - Pro System Admin and Malware Cleaner
# Redirect HTTPS to HTTP
# Canonical HTTPS/non-WWW
<IfModule mod_rewrite.c>
RewriteCond %{HTTPS} on
RewriteRule ^ http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
© 2024 Coders Tent
Theme by Anders Noren — Up ↑