irwan

.htaccess redirect from olddomain to newdomain

Mar 16th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. RewriteBase /
  2. RewriteCond %{HTTP_HOST} !newdomain.com$ [NC]
  3. RewriteRule ^(.*)$ http://newdomain.com/$1 [L,R=301]
Advertisement
Add Comment
Please, Sign In to add comment