Skip to content

Instantly share code, notes, and snippets.

@thierrypigot
Created May 28, 2015 08:08
Show Gist options
  • Save thierrypigot/2c3e55b71aaa53b45a3f to your computer and use it in GitHub Desktop.
Save thierrypigot/2c3e55b71aaa53b45a3f to your computer and use it in GitHub Desktop.
.htaccess : Redirection permanente – Changement de domaine
RewriteCond %{HTTP_HOST} ^(www\.campus\.ccip\.fr)(:80)? [NC]
RewriteRule ^(.*) http://www.campus.cci-paris-idf.fr/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment