Created
July 13, 2017 08:34
-
-
Save reficedev/b4c264f4fb2a527a0cf8d194c5228dda 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
RewriteCond %{HTTP_HOST} !^www\.ice-dev\.com$ [NC] | |
RewriteRule ^(.*)$ https://www.ice-dev.com/$1 [R=301,L] | |
RewriteCond %{SERVER_PORT} 80 | |
RewriteRule ^(.*)$ https://www.ice-dev.com/$1 [R=301,L] | |
# le reste de votre fichier htaccess ci-dessous |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment