Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save estevecastells/a16b161c33a8542a71b3a109248c0ed3 to your computer and use it in GitHub Desktop.
Save estevecastells/a16b161c33a8542a71b3a109248c0ed3 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^old\.info$ [OR]
RewriteCond %{HTTP_HOST} ^www\.old\.info$
RewriteRule (.*)$ https://new.com/path/$1 [R=301,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment