Skip to content

Instantly share code, notes, and snippets.

View brahbassim's full-sized avatar

Brah Bassim brahbassim

View GitHub Profile
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]