htaccess prevent use of global SSL redirect in chrome – Apache
I have sites which I'm adding SSL for latest compliance, these have protected admin folders, the global root redirect #redirect to ssl site RewriteCond %{HTTPS} off RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [NE,L,R=301] causes visitors using a old http: link to admin to…