Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I would Like to Change my Domain Name, What should i do?
08-26-2010, 05:45 PM
Post: #1
I would Like to Change my Domain Name, What should i do?
Need Help to Change Domain Name.
Find all posts by this user
Quote this message in a reply
02-01-2011, 06:18 PM
Post: #2
RE: I would Like to Change my Domain Name, What should i do?
Do a 301 redirect and it will tell the search engines that the site has moved forever to the new location.

But, when you take the 301 redirect down, your going to lose those backlinks. Lets say that a year from now you let that old domain expire, or remove the hosting account and the 301 is removed,,, then your redirect is also removed.

From the time you put up the 301, see if you can get the majority of those old links edited and pointed to the new site.
Visit this user's website Find all posts by this user
Quote this message in a reply
02-04-2011, 04:30 PM
Post: #3
RE: I would Like to Change my Domain Name, What should i do?
You’ve had your domain for a long time and it has served you well. Today, though, you’re looking to expand your online business and the old domain just won’t do the trick. You need something new, fresh and exciting and perhaps you’ve already registered the ideal name.

There’s just one problem.

Your old site has earned a good search engine ranking for your best keywords. You’ve got tons of “link juice” to both give and receive – and you don’t want to lose that.

Keep in mind, we’re not just moving files or folders here – but moving an entire site to a new domain name without it affecting your ranking. To do this, you’ll need two tools – .htaccess and mod_rewrite.

The following tips will work on a Linux/Unix server running Apache – which most web hosting companies use. Before you start, check with your respective web host to ensure they support the mod_rewrite module and .htaccess.

What are .htaccess and mod_rewrite?

.htaccess is a file that tells the server how to handle certain things like security, error messages and, most importantly for us, redirection. The mod_rewrite module lets you “rewrite” URLs. It’s hosted on your web server so you won’t need to download or install anything. This is the preferred way to redirect your site or pages to your new domain name without losing valuable ranking or back links.

To start, make sure your new domain is properly directed to your hosting account. Upload your files from your old domain to the new one exactly as they appeared on the old domain. Now it’s time to make your .htaccess file. If you already have one on your new server, name it .htaccessBACKUP. Don’t delete it in case you need to restore the old settings for any reason.

Open Notepad by going to Start > Accessories > Notepad or use another simple text editor of your choice. Don’t use Microsoft Word or another word processing program though – they will automatically add an extension to the filename like .doc – which is what we don’t want.

In this new file, copy and paste the following:

RewriteEngine On

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

Replace “yournewdomain.com” with your actual new domain name. Then save the file as:

.htaccess

Ensure it doesn’t have an extension (like .txt) – you can do this by choosing “All Files” in the dropdown menu – like so:

Once you save the file, upload it to your root directory for your old domain name. Try it out by typing in your old domain in your browser. You should immediately be directed to the new site. The old domain name will still show in the address bar. To make sure you’re browsing the new site and not the old one, just right-click on an image and choose Properties. The full image URL should be displayed with the new site URL.

It Worked! – Now What?

Now every time a person visits your old domain, they’ll instantly go to your new site. Keep in mind that when search engines visit your page, they’ll see that it has been redirected and will follow the new one just as they always did for your previous domain name. Within a few weeks to a few months, the old domain name will gradually be replaced by the new ones as the search engines update their databases.

If you see some initial rankings drop or a drop in traffic, it should all return to normal within a few weeks as your new redirection makes its way through the web. Make sure any sites linking back to you know your new URL if you’re going to delete your old domain since those links will no longer work if your old domain doesn’t point to the new one.

Try using .htaccess and mod_rewrite the next time you want to change your domain without losing your search engine ranking. It’s a simple, search engine friendly way to keep all the popularity and reputation you’ve built up!

Web Designers Directory | Advertise Web Design Business | Website Design
Find all posts by this user
Quote this message in a reply
08-19-2011, 10:27 PM
Post: #4
RE: I would Like to Change my Domain Name, What should i do?
ya its better idea

Hair Transplant
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)