Created
January 15, 2010 01:00
-
-
Save edavis10/277672 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
# Redirect any non HTTPS requests to the HTTPS server | |
RewriteCond %{HTTP_HOST} ^projects.littlestreamsoftware.com$ [NC] | |
RewriteRule ^(.*)$ https://projects.littlestreamsoftware.com$1 [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment