Wednesday, March 19, 2014

How to Redirect a Website URL to any other Domain URL in Easy Steps

To redirect a website url there are several reasons and many ways to do this. May be you have moved your content from one domain to another and need to redirect your visitors from old website to new one. What if you have several websites or domains that need to be directed to a single website. Well for a website that already has a lot of traffic and good search results, manual redirection means frustrated by having to click on a link.


How to Redirect a Website URL to any other Domain URL in Easy Steps


So here in this post we will teach you some best ways to redirect a website url to any other domain name easily. Well if you will ask user to click on old websites and to visit the new website that I think 90% of them will get frustrated by having to click on a link. But the methods I am going to discuss here to redirect a website url to any other domain will tell you that you traffic still will go to old domain but this time they will be redirected to the new one.  So you will learn how to redirect a website url easily.


Steps to Redirect a website url


First of all make sure your new domain name is directed to your hosted account.


Download the files from the old domain to your local computer or keep the same directory structure and files names on new hosting place.


1–>Now click start button and in search box type “Notepad” and open it.


2–>Now download the “Index.php” or “Index.html” file that you want to redirect.


3–>Position the cursor after HEAD tag in the code


4–>Type the following code into it :


<meta http-equiv=”refresh” content=”0″; URL=”http://www.newsite.com/newurl.html”>


Note: “0” represents the time it will take to redirect to old website and in URL section type the name of your new domain where you want this website to redirect itself.


5–>Now go to the root directory and open .htaccess file to redirect a website url and put this code that


RewriteEngine On


RewriteRule ^(.*)$ http://www.newdomain.com/$1 [L,R=301]


Now upload both files and replace them. So now hopefully your website is redirected now and you have learn how to redirect a website url.



How to Redirect a Website URL to any other Domain URL in Easy Steps

Technosizzle

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

0 comments:

Post a Comment

 

Copyright @ 2013 Technosizzle Blog.