Created
December 21, 2012 20:20
-
-
Save ryarwood/4355524 to your computer and use it in GitHub Desktop.
Forward entire domain htaccess
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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