Skip to content

Instantly share code, notes, and snippets.

Avatar

Brah Bassim brahbassim

View GitHub Profile
View gist:1ddb10f3668f89bab3e704e6258f6d83
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]