Reply to this topicStart new topic
> Dns Forwarding And 301, are they the same? or no

Quarter Grand Poster

Group: Members
Joined: 24-March 08
Posts: 342
post Nov 24 2008, 12:38 AM
I bought a catchy domain name for the purpose of easy offline promotion and catchiness of it. I plan on forwarding the domain to a subfolder on my company's site.

If someone links to 'catchy domain', will Google see the forwarding like a 301 redirect, or do I need to do something in addition to DNS forwarding?

QUOTE
Side Note: You guys are great! Go to more conferences!!! I'd love to meet you guys. I met Dr Pete at SEOmoz 08 (Note: We both are wearing green. Ironic. biggrin.gif I'm light green, Dr. Pete is dark green)
Offline Go to the top of the page

Hall of Famer

Group Icon
Group: Hall Of Fame
Joined: 3-November 05
Posts: 3,461
From: CHeeseland
post Nov 24 2008, 02:05 AM
Hi Joshua

There's no such thing as DNS forwarding, as far as I know....

There are three main ways you can display a different website for a domain name:

1. Put it in frames. Someone will host http://otherdomain.com/ which is just a full page frame of http://mydomain.com/ . Frames are generally erhm, "sub-optimal" (don't do it!!). Hosters have all kinds of creative names for this, but it always sucks.

2. Using a DNS CNAME. In this case, the DNS for otherdomain.com resolves with the IP address of mydomain.com. If your server can serve content this way (you might need a change of settings), your content will be available on http://otherdomain.com/ as well as http://mydomain.com/. The bad part about this is that search engines can't determine which one is the "real source" and may crawl and index both of them, potentially "diluting" your impact in the search results. While better than #1, I still wouldn't recommend doing this unless you have to. Even then, you might consider keeping all but one domain locked away with a robots.txt disallow (which you would have to be careful when setting up).

3. Just 301. It's easy & search engine friendly. It brings the user and the search engine to the URL of your choice. If you have generic domain names this might make a lot of sense. I bet lots of users try candy.com when they want to buy candy; if your site is SweetsByJoshua.com then users who try candy.com will get redirected and be able tot get their candy from your real website. This is what I would prefer.

John
Offline Go to the top of the page

Quarter Grand Poster

Group: Members
Joined: 24-March 08
Posts: 342
post Nov 24 2008, 02:16 AM
QUOTE
There's no such thing as DNS forwarding, as far as I know....

That might be the reason I had a hard time Googling it wink-2.gif.

Yea, I don't like 1 nor 2 because of the issues. biggrin.gif

Okay. My question has evolved. smile.gif How do I do a 301 when I have multiple domains hosted on the same server? Yet the desired page (end result for the user) is on another server.

Within my control panel they have a 'destination' setting. This is what I meant to say (not DNS forwarding), if I change the 'destination' within my admin panel is this a 301 or is this doing something different?

Is changing the 'destination' the same as manually writing up a .htaccess file to do the 301?

*So I guess it's now 3 questions. smile.gif

This post has been edited by Joshua Sciarrino: Nov 24 2008, 02:17 AM
Offline Go to the top of the page

Hall of Famer

Group Icon
Group: Hall Of Fame
Joined: 3-November 05
Posts: 3,461
From: CHeeseland
post Nov 24 2008, 04:13 AM
Hi Joshua
I don't know how these control panel things handle that and I'm always afraid that they'll change their behaviour when I'm not paying attention, so I would personally set it up properly in a .htaccess file and leave it at that (of course double-check it with a server header checker beforehand).

John
Offline Go to the top of the page

Star Member

Group Icon
Group: 1000 Post Club
Joined: 19-November 08
Posts: 1,238
From: Essex, UK
post Nov 24 2008, 07:27 AM
Sounds like you just need a 301. Or, more specifically, something like this:

CODE
RewriteEngine on
RewriteRule ^(.*)$ http://www.webologist.co.uk/ [L,R=301]


Which I used the other day to redirect all traffic going to a subdomain of a site a new page. Just pop it in the .htaccess in the root of the directory / domain that you wish to redirect.
Offline Go to the top of the page

Quarter Grand Poster

Group: Members
Joined: 24-March 08
Posts: 342
post Nov 24 2008, 10:43 AM
CODE
RewriteEngine on
RewriteRule ^(.*)$ http://www.webologist.co.uk/ [L,R=301]


Well wouldn't that redirect all my domains hosted on that server?

I'll just try to stay consistent with candy.com is the domain that redirects to SweetsByJoshua.com.

Candy.com is hosted on Server A with 40 other domains, one which is a live site and separate of SweetsByJoshua.com.

SweetsByJoshua.com is hosted on Server B with 1 domain. smile.gif

I want Candy.com to forward to SweetsByJoshua.com without redirecting all other 39 domains. smile.gif And that 301 jonbey, doesn't look like it's going to be selective to just Candy.com. sad.gif
Offline Go to the top of the page

Quarter Grand Poster

Group: Members
Joined: 4-January 08
Posts: 326
From: Chicago, IL
post Nov 24 2008, 10:49 AM
To answer your first question, the control panel redirect through your registrar/host is probably a 301/302. I do that through GoDaddy on a couple of domains (ex. www.convertingthebelievers.com points to the e-book page on my main website). GoDaddy seems to use a 302 as the default.

If you want to be sure, set it up temporarily and then use a header checker on the new domain. I use this site:

http://www.seoconsultants.com/tools/headers.asp

It should tell you what kind of redirect is in place.
Offline Go to the top of the page

Star Member

Group Icon
Group: 1000 Post Club
Joined: 19-November 08
Posts: 1,238
From: Essex, UK
post Nov 24 2008, 10:52 AM
That code is to be placed in .htaccess in the root directory for each domain, so will not affect other domains.
Offline Go to the top of the page

Quarter Grand Poster

Group: Members
Joined: 24-March 08
Posts: 342
post Nov 24 2008, 11:03 AM
pieinface.gif pieinface.gif pieinface.gif

Thanks jonbey, Dr. Pete, JohnMu. biggrin.gif cheers.gif cheers.gif
Offline Go to the top of the page
Fast ReplyReply to this topic Start new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Jump to Forum:
 
Lo-Fi Version Time is now: 9th February 2010 - 06:19 PM
Meet our Moderators: cre8pc : projectphp : sanity : Black Phoenix : bwelford : EGOL : Ruud : rustybrick : AbleReach : swainzy : joedolson: eKstreme: dazzlindonna : SEOigloo: iamlost : RisaBB
Cre8asite RSS Feed