Created
May 22, 2017 16:13
-
-
Save anonymous/dbc34479f34ea5403e0e473e3def7e69 to your computer and use it in GitHub Desktop.
Revisions
-
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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]