Skip to content

Instantly share code, notes, and snippets.

View KresimirKoncicNeuralab's full-sized avatar

Krešimir Končić KresimirKoncicNeuralab

View GitHub Profile
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^old-domain.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.old-domain.net$
RewriteRule (.*)$ https://www.new-domain.com$1 [R=301,L]
</IfModule>