Skip to content

Instantly share code, notes, and snippets.

@ryarwood
Created December 21, 2012 20:20
Show Gist options
  • Save ryarwood/4355524 to your computer and use it in GitHub Desktop.
Save ryarwood/4355524 to your computer and use it in GitHub Desktop.
Forward entire domain htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^lyonautumnchase.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.lyonautumnchase.com$
RewriteRule ^(.*)$ http://www.lyoncommunities.com/communities/welcome/autumn-chase [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment