Skip to content

Instantly share code, notes, and snippets.

@calvez
Created October 12, 2018 11:54
Show Gist options
  • Save calvez/d35699bd461053925c34cf3db92340a0 to your computer and use it in GitHub Desktop.
Save calvez/d35699bd461053925c34cf3db92340a0 to your computer and use it in GitHub Desktop.
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