Skip to content

Instantly share code, notes, and snippets.

Created May 22, 2017 16:13
Show Gist options
  • Save anonymous/dbc34479f34ea5403e0e473e3def7e69 to your computer and use it in GitHub Desktop.
Save anonymous/dbc34479f34ea5403e0e473e3def7e69 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist May 22, 2017.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    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]