If you want to redirect all the visitors including search engine robots from your existing (old) web site (all the pages, not just the index page) to a new address, simply place the following at the end of .htaccess file in the root directory of your old web space:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.yournewsite.com/$1 [R=301,L]
Replace yournewsite.com with your new site address.
You can double check the redirection using this tool.
We hope you found this how-to helpful. Please social bookmark this tutorial and help us and others. Thanks in advance.
This post has no comments yet. Why not kick start the discussion?