Skip to content

Instantly share code, notes, and snippets.

@sdglhm
Created October 25, 2016 19:26
Show Gist options
  • Save sdglhm/4a25950afc943e89616e48f4f570d727 to your computer and use it in GitHub Desktop.
Save sdglhm/4a25950afc943e89616e48f4f570d727 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^cipe\.lk [NC]
RewriteCond %{SERVER_PORT} 80 [OR]
RewriteCond %{SERVER_PORT} 443
RewriteRule ^(.*)$ https://www.cipe.lk/$1 [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment