Help with Go Daddy Redirect

  • monkeyface
  • Born
  • Born
  • No Avatar
  • Joined: Jan 05, 2006
  • Posts: 4
  • Status: Offline

Post January 5th, 2006, 11:26 am

i was hoping someone would be kind enough to help a beginner. I have a site hosted by godaddy. I also have a typepad account. I mapped the DNS so that when you type http://www.example.com it goes to my typepad account. Perfect! However, I would also like not to type the www and have example.com go to my typepad account as well. typepad said that is called a redirect and to check with Godaddy. Godaddy told me that they cannot help with custom DNS requests. I am frustrated. If anyone can help it I would be very happy! Thank you

Michelle
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 5th, 2006, 11:26 am

  • lioness
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jun 23, 2004
  • Posts: 1616
  • Status: Offline

Post January 5th, 2006, 11:37 am

How long has it been since you updated the nameservers? Sometimes DNS propagation for //www.example.com and //example.com take slightly different times to resolve.

p.s. i like your username 8)
  • monkeyface
  • Born
  • Born
  • No Avatar
  • Joined: Jan 05, 2006
  • Posts: 4
  • Status: Offline

Post January 5th, 2006, 11:41 am

I did this last night: alias: http://www.example.com directed to: example.typepad.com it worked but if you type example.com it goes to my regular site not the typepad. Do need to do another DNS alias thingy? the instructions on typepad called the first dns adjustment domain mapping. When I searched for the instructions on how to fix the www issue it called it a redirect to referred me back to godaddy. Do I make sense? I am a beginner (be kind) :)

Michelle
  • lioness
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jun 23, 2004
  • Posts: 1616
  • Status: Offline

Post January 5th, 2006, 11:56 am

In your godaddy when you modify name servers for a domain there are three input boxes - "Name Server 1:", "Name Server 2:" and "Name Server 3:". The first two are required and are not the same. Are yours like this?
  • monkeyface
  • Born
  • Born
  • No Avatar
  • Joined: Jan 05, 2006
  • Posts: 4
  • Status: Offline

Post January 5th, 2006, 12:17 pm

They are like this:

Enter Alias Name -- I put http://www.example.com
Enter Points to Host Name -- I put example.typepad.com
Select TTL Value -- I left it alone -- is states 1 hour

That above scenario worked, does it make sense that I just need to make another one like this:

Enter Alias Name -- example.com
Enter Points to Hose Name -- example.typepad.com

?

I appreciate you trying to assist me!
  • lioness
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jun 23, 2004
  • Posts: 1616
  • Status: Offline

Post January 5th, 2006, 12:22 pm

I'm not sure where you are doing that but try it and lets see what happens. It sounds logical enough though.
  • monkeyface
  • Born
  • Born
  • No Avatar
  • Joined: Jan 05, 2006
  • Posts: 4
  • Status: Offline

Post January 5th, 2006, 12:23 pm

Unfortunately, I won't know if it works until tomorrow -- I will drop you a line and tell you if it was successful :) Thanks a bunch!
  • Willy
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jul 03, 2003
  • Posts: 199
  • Status: Offline

Post January 5th, 2006, 2:57 pm

You own example.com?! I'll buy it for 100,000 from you
  • TheArchitect
  • Professor
  • Professor
  • No Avatar
  • Joined: Oct 03, 2004
  • Posts: 764
  • Loc: Australia
  • Status: Offline

Post January 7th, 2006, 6:36 am

Willy wrote:
You own example.com?! I'll buy it for 100,000 from you

He doesn't.
  • roma
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jan 29, 2006
  • Posts: 142
  • Status: Offline

Post February 3rd, 2006, 3:38 pm

If I understand part of your question you don't want to have to put the www. in. You need a 301 redirect in the .htaccess as follows:

RewriteEngine on

RewriteCond %{HTTP_HOST} !^www\.domain\.com [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.domain.com/$1 [L,R=301]

Post Information

  • Total Posts in this topic: 10 posts
  • Users browsing this forum: No registered users and 43 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.