Skip to content

Instantly share code, notes, and snippets.

@georgestephanis
Created August 15, 2012 15:44
Show Gist options
  • Select an option

  • Save georgestephanis/3361108 to your computer and use it in GitHub Desktop.

Select an option

Save georgestephanis/3361108 to your computer and use it in GitHub Desktop.
Redirect
RewriteEngine On
RewriteCond %{HTTP_HOST} ^speckproducts\.com$ [NC]
RewriteRule ^(.*)$ http://www.speckproducts.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment