# 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>
you might also like
How to to know SSH port on the cPanel server?
March 28, 2025 August 9, 2020
Reset SSH config from WHM?
March 28, 2025 August 9, 2020
How to find a folder in Linux using the command line
March 28, 2025 August 9, 2020
Subscribe
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments