Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteCond %{HTTP_HOST} ^olddomain.com$ [OR]
- RewriteCond %{HTTP_HOST} ^www.olddomain.com$
- RewriteRule (.*)$ http://www.newdomain.com/$1 [R=301,L]
- </IfModule>
Add Comment
Please, Sign In to add comment