Skip to content

Instantly share code, notes, and snippets.

@Lasha
Created March 2, 2012 18:42
Show Gist options
  • Save Lasha/1960308 to your computer and use it in GitHub Desktop.
Save Lasha/1960308 to your computer and use it in GitHub Desktop.
MOD_REWRITE forward root domain to another domain, maintain remaining URL string /about/contact...
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://brooklynletters.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment