I am trying to get login.domain.com to resolve from http to https. This rewrite is not working, and from what I know it should work:
RewriteEngine On
RewriteCond %{REQUEST_METHOD} !^https
RewriteRule ^/(.*)$ [R,L]
I appreciate input on this!
Rninja
RewriteEngine On
RewriteCond %{REQUEST_METHOD} !^https
RewriteRule ^/(.*)$ [R,L]
I appreciate input on this!
Rninja
