Skip to content

Instantly share code, notes, and snippets.

@martinsam
Last active September 5, 2016 12:48
Show Gist options
  • Save martinsam/db497478eee4176d34972652cedcb9e7 to your computer and use it in GitHub Desktop.
Save martinsam/db497478eee4176d34972652cedcb9e7 to your computer and use it in GitHub Desktop.
Redirection vers un autre domaine
RewriteEngine On
RewriteRule ^(.+?)$ http://newdomain.com/$1 [L,R=301]
RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment