~CGLegacy's Blog Blog Blogger~
Monday, February 25, 2019
How to off auto redirect http to https?
Ever wondered why your browser auto redirects http links to https even though you didn't type https? Well, you can solve this problem by simply creating / editing the .htaccess as you can see below.
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule ^$
http://www.example.com/
[R=301,L]
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)