Skip to content

Instantly share code, notes, and snippets.

Created May 22, 2017 16:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/dbc34479f34ea5403e0e473e3def7e69 to your computer and use it in GitHub Desktop.
Save anonymous/dbc34479f34ea5403e0e473e3def7e69 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