Skip to content

Instantly share code, notes, and snippets.

@Lordnibbler
Created May 3, 2012 21:47
Show Gist options
  • Select an option

  • Save Lordnibbler/2589768 to your computer and use it in GitHub Desktop.

Select an option

Save Lordnibbler/2589768 to your computer and use it in GitHub Desktop.
RewriteCond %{HTTP_HOST} ^store.site.com [OR]
RewriteCond %{HTTP_HOST} ^www.store.site.com
RewriteRule ^(.*)$ http://site.com [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment