Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to Redirect Old Domain to New Domain Using .htaccess File


If you have changed your Domain name and want to redirect every link of old domain to new domain, By Example if you want to redirect http://www.olddomain.com to http://www.newdomain.com. You can do this by permanent redirection (301) in your .htaccess file.
Redirect a domain on a Linux Server
Options + FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]:


This post first appeared on SEO Tips And Techniques, please read the originial post: here

Share the post

How to Redirect Old Domain to New Domain Using .htaccess File

×

Subscribe to Seo Tips And Techniques

Get updates delivered right to your inbox!

Thank you for your subscription

×