Skip to content

Instantly share code, notes, and snippets.

@frasten
Created May 13, 2010 16:57
Show Gist options
  • Save frasten/400060 to your computer and use it in GitHub Desktop.
Save frasten/400060 to your computer and use it in GitHub Desktop.
.htaccess - redirect a nuovo URL dopo cambio host
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !www.alessiopedrali.it$ [NC]
RewriteRule ^(.*)$ http://www.alessiopedrali.it/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment