svgmx5 Posted February 25, 2010 Share Posted February 25, 2010 Does anyone know how i can have users automatically get sent to an https:// part of the site? I want people to automatically go to the https://www.site.com/account instead of just the http does that make sense? Quote Link to comment Share on other sites More sharing options...
trq Posted February 25, 2010 Share Posted February 25, 2010 RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} Quote Link to comment Share on other sites More sharing options...
svgmx5 Posted February 25, 2010 Author Share Posted February 25, 2010 Awesome that did the trick Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.