Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-10-2006, 05:47 AM
WebProWorld New Member
 

Join Date: Jan 2006
Posts: 2
emilio_mar RepRank 0
Default New URL same Same Host and IP...What Now?

Hi,

We've just got a new domain and would like to change our websites current domain to the new one but we're going to be using the same hosting so our IP address will stay the same.

It's only the extension thats actually going to change from .co.za to .com and .co.za should then in the future just point to the .com

I've read a bit about 301 redirects etc. but is this applicable in our case? How should I go about it properly without irritating google to much?

For reference it's www.coral-i.co.za which we want to change to www.coral-i.com

Many Thanks
Emilio
Reply With Quote
  #2 (permalink)  
Old 01-10-2006, 10:30 PM
Duncan Pollock's Avatar
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Niagara-on-the-Lake, Ontario, Canada
Posts: 895
Duncan Pollock RepRank 1
Default

I'm reasonably certain that you should simply go the 301 redirect route. Your retention of host won't, to my mind, make a scrap of difference.
However, I'm also not sure that your IP will stay the same. I've always thought that every URL has a distinct number allotted to it, and your ...com and ...co.za are different in terms of their website address as opposed to their content, are they not?

Duncan
__________________
Acts as an Exclusive Buyer Broker for purchasers of residential, industrial, commercial, and investment properties in all parts of the Niagara Peninsula.
http://www.duncanpollock.com
http://www.iciniagara.com
Reply With Quote
  #3 (permalink)  
Old 01-11-2006, 12:32 PM
Mel Mel is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Posts: 1,925
Mel RepRank 0
Default

Use a 301 redirect to point to the .com domain from the old domain. You can simply put this link at the bottom of your .htaccess file (making sure to leave a blank line before):

Redirect permanent / http://www.new-url.com

The vast majority of websites do not have an IP address assigned, they are on shared hosting where hundreds of URLs share the same IP.
__________________
Mel Nelson
Expert SEO
Reply With Quote
  #4 (permalink)  
Old 01-18-2006, 05:24 AM
WebProWorld New Member
 

Join Date: Jan 2006
Posts: 2
emilio_mar RepRank 0
Default

Thanks for the reply guys,

We're going to keep the same hosting, all our web files are the same.

So essentially coral-i.co.za would just become coral-i.com. If I put a 301 redirect in the .htacess then I would essentially be putting the permanent redirect in coral-i.com's .htaccess

Now I'm really getting confused???
Reply With Quote
  #5 (permalink)  
Old 01-20-2006, 06:29 AM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Bedfordshire, UK
Posts: 340
le_gber RepRank 0
Default

Hi emilio_mar,

if all your file names are the same then simply use a 301 redirectmatch

place this in the .htaccess of www.coral-i.co.za

RedirectMatch permanent ^[/]?(.*)$ http://www.coral-i.com/$1

hope this helps
Reply With Quote
  #6 (permalink)  
Old 01-20-2006, 06:34 AM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Bedfordshire, UK
Posts: 340
le_gber RepRank 0
Default

I just re-read you post:

KEEP BOTH DOMAINS AND DO THE 301 FROM CO.ZA TO .COM

otherwise you will loose the Google PR you have and will probably end up in the Google sandbox - you might even get penalised for duplicate content if you put up another copy of your site on a new domain.

it migh cost a bit more in the short term, but make sure you do so at least for a couple of months.

Hope this helps.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0