Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

http->https rewrite problem

Status
Not open for further replies.

rninja

Technical User
Apr 11, 2001
381
US
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

smlogo.gif

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top