Advertisement
Guest User

Redirection OLD NDD

a guest
Oct 14th, 2016
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #Redirection de l'ancien nom de domaine
  2. RewriteCond %{HTTP_HOST} ^ancien-domaine\.com [NC]
  3. RewriteRule ^/?(.*) http://www.nouveau-domaine.com/$1 [L,R=301]
  4. RewriteCond %{HTTP_HOST} ^www.ancien-domaine\.com [NC]
  5. RewriteRule ^/?(.*) http://www.nouveau-domaine.com/$1 [L,R=301]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement