Skip to content

Instantly share code, notes, and snippets.

@jgwhite
Created March 2, 2012 10:02
Show Gist options
  • Select an option

  • Save jgwhite/1957470 to your computer and use it in GitHub Desktop.

Select an option

Save jgwhite/1957470 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{HTTP_HOST} =some.domain.com
RewriteRule ^(.*)$ http://other.domain.com$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment