View gist:dbc34479f34ea5403e0e473e3def7e69
This file contains 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 characters
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] |