Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brahbassim/1ddb10f3668f89bab3e704e6258f6d83 to your computer and use it in GitHub Desktop.
Save brahbassim/1ddb10f3668f89bab3e704e6258f6d83 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} ^devarts\.io$ [OR]
RewriteCond %{HTTP_HOST} ^www\.devarts\.io$
RewriteRule ^(.*)$ https://devarts.io/$1 [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment