Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save itsnahidhasan/80aa39ade15c826dc3bc84e08a72892f to your computer and use it in GitHub Desktop.
Save itsnahidhasan/80aa39ade15c826dc3bc84e08a72892f to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.co.uk [NC]
RewriteRule ^(.*)$ https://example.co.uk/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment