Created
October 12, 2018 11:54
-
-
Save calvez/d35699bd461053925c34cf3db92340a0 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 | |
RewriteCond %{SERVER_NAME} =tk.opdev.eu | |
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment