Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Domain Name Forum


You are currently viewing our Domain Name Forum as a guest. Please register to participate.
Login



Reply
How do I set up a domain name?
Old 01-24-2007, 11:38 AM How do I set up a domain name?
Junior Talker

Posts: 4
Trades: 0
I googled and found this place, guess it is as good as ever.

Please move the thread to the appropriate forum if this is not the correct location.

I bought the domain, www.pescoetic.com from GoDaddy.com
The website I want to assign it to is www.themarque.org/pescoetic

GoDaddy help is useless. I need to know how in the world to do this....and in detail. GoDaddy just keeps telling me, "add the nameservers"
What nameservers???
TheMarque is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-24-2007, 04:56 PM Re: How do I set up a domain name?
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Well, I don't know godaddy, so I can't say, but usually, all the registrar up there have personnals DNS servers.

What they are telling you, is that now that you have buyed that domain, you must tell them where are the DNS servers who will hold the informations abut your domain servers.
You should have place in your account area where you can add hosts to your domain.
They sometimes reffer it as creating a domain zone, or dns zone.

You nedd 2 things in your zone.
1) one A record, which will map your domain to a physicall IP adress. This will be your site main adress.
2) one or as many CNAME records. CNAME (Canonical Name) are shortcuts to an A record. So, you create the CNAME records you want, and make them point to the A record.

In last resort, if you don't succeed in using godaddy interface, I have used http://www.pmsdns.org in the past to handle the DNS myself.
You can subscribe there free, add a new domain, enter the A and CNAME records.
Once this is done, and only once this is done as often the registrar check the dns before allowing the dns to be declared, declare the servers ns1.pmsdns.org and ns2.pmsdns.org in your domain DNS servers.
Then, any request to your domain name will redirect to your server.

This was my old zone, for exemple:

For the record, an MX record is for defining a mail server.
If it's not defined, it will point to the same server than your catch all A record (the first one, in this pic)
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 01-24-2007, 08:05 PM Re: How do I set up a domain name?
Defies a Status

Posts: 1,605
Trades: 0
Quote:
Originally Posted by TheMarque View Post
I bought the domain, www.pescoetic.com from GoDaddy.com
The website I want to assign it to is www.themarque.org/pescoetic

GoDaddy help is useless. I need to know how in the world to do this....and in detail. GoDaddy just keeps telling me, "add the nameservers"
What nameservers???

Where is your hosting account?
Does it use cPanel or DirectAdmin or yet another?


The nameservers are changed at GoDaddy. Everything else has to happen where your hosting account is.

Post back with full info and I or someone will help you.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 01-25-2007, 12:12 AM Re: How do I set up a domain name?
Banned

Posts: 14
Trades: 0
Quote:
Originally Posted by TheMarque View Post
GoDaddy just keeps telling me, "add the nameservers"
What nameservers???
On your domain management area, check the domain you want to manage and find 'Nameservers'

You can get your nameservers infom from your hosting.

i.e.
ns1.yourhost.com
ns2.yourhost.com
maisog is offline
Reply With Quote
View Public Profile
 
Old 01-25-2007, 11:35 AM Re: How do I set up a domain name?
Junior Talker

Posts: 4
Trades: 0
Thanks for the help guys, tho here is the thing.

I have three domains. www.themarque.org , www.walzhope.com , and www.pescoetic.com


A friend has my website www.themarque.org hosted at http://marque.thevybe.com
Therefore www.walzhope.com is http://marque.thevybe.com/walz
and Pescoetic.com is http://marque.thevybe.com/pescoetic

I have done this before with walzhope.com But I dont have cpanel or anything like that. So I dont know where to get nameservers. With WalzHope.com, it says my name severs are at www.zoneedit.com . So I went there and find out they give free nameservers. So I sign up but it claim http://marque.thevybe.com/pescoetic as invalid because it was sub-folder.


So, thats my problem, in detail.
TheMarque is offline
Reply With Quote
View Public Profile
 
Old 01-25-2007, 01:17 PM Re: How do I set up a domain name?
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Yes, a DNS can only resolve a domain, not a folder.

The dns record for http://marque.thevybe.com/pescoetic could be explained like that:

There is folder named "pescoetic", on a subdomain "marque", in the domain "thevybe.com".
Thus, the dns can point your browser to the server which host the subdomain. From there, it's the web server job to serve you the files inthe pescoetic folder.

The only thing you can do if you want the content in this directory being server from another place, would be either to redirect the user, frame him (definitively not recommended) or by using systems like PHP includes to fetch the html elsewhere and serve it back from this directory, but that's just a trick, and nothing else.
__________________
Only a biker knows why a dog sticks his head out the window.

Last edited by tripy; 01-25-2007 at 01:21 PM..
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 01-26-2007, 11:35 AM Re: How do I set up a domain name?
Junior Talker

Posts: 4
Trades: 0
Quote:
Originally Posted by tripy View Post
Yes, a DNS can only resolve a domain, not a folder.

The dns record for http://marque.thevybe.com/pescoetic could be explained like that:

There is folder named "pescoetic", on a subdomain "marque", in the domain "thevybe.com".
Thus, the dns can point your browser to the server which host the subdomain. From there, it's the web server job to serve you the files inthe pescoetic folder.

The only thing you can do if you want the content in this directory being server from another place, would be either to redirect the user, frame him (definitively not recommended) or by using systems like PHP includes to fetch the html elsewhere and serve it back from this directory, but that's just a trick, and nothing else.

Thanks for trying to help man, I'm sorry but it really hasnt helped.

I still don't understand how to set it.

I mean, ive done it before....so I know it is possible without doing all sorts of weird, confusing things.
TheMarque is offline
Reply With Quote
View Public Profile
 
Old 01-30-2007, 07:58 AM Re: How do I set up a domain name?
Extreme Talker

Posts: 168
Name: andrew hopkinson
Trades: 0
some times its not ns1.yourhost.com
ns2.yourhost.com sometimes it can be dn1.yourhost.com or dn2.yourhost.com
__________________
Free CPanel Web Hosting
Please login or register to view this content. Registration is FREE
Free PHPBB
Please login or register to view this content. Registration is FREE
Free file hosting
Please login or register to view this content. Registration is FREE
habbotothemax is offline
Reply With Quote
View Public Profile
 
Old 01-30-2007, 06:11 PM Re: How do I set up a domain name?
dansgalaxy's Avatar
Defies a Status

Posts: 6,522
Name: Dan
Location: Swindon
Trades: 0
Maybe you could give soemoen temporary access to your account to try and do it for you?..
dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 01-30-2007, 08:09 PM Re: How do I set up a domain name?
Junior Talker

Posts: 4
Trades: 0
Quote:
Originally Posted by dansgalaxy View Post
Maybe you could give soemoen temporary access to your account to try and do it for you?..
dan
To Which account? The GoDaddy account?

I just noticed that on www.walzhope.com (I dont usually go there) that it is setp like forwarding..meaning the address bar always shows "www.walzhope.com" But it is not set up that way on GoDaddy, it is set up using name servers. i am going to try to Set up forwarding on GoDaddy and see if that works....for now.
TheMarque is offline
Reply With Quote
View Public Profile
 
Old 01-31-2007, 11:50 AM Re: How do I set up a domain name?
Extreme Talker

Posts: 209
Name: Ryan Lunzmann
Trades: 0
Thats because godaddy is understaffed and not streamlined well enough, but that all goes back to wildwestdomains actually...

Anyway, simple, you can setup URL redirection to another folder. What control panel you use?
__________________
eMonsterhost, Inc. | Powerful & Affordable Hosting

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
- since 2001 | 24x7 support by phone or online
rllunzmann is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How do I set up a domain name?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.34121 seconds with 12 queries