Types of domains

I have a BIG question :stuck_out_tongue:

When i buy domains from GoDaddy or other host, they work this way:

www.mydomain.net/file.php (example url)
www.mydomain.net/ (example url)

etc…

Meaning that if i navigate trought my website, the URL is always updated.

When i get one of those from domain websites that have no direct contact with my hosting service, they work with na iframe.
Meaning that, while i navigate trought the site, i’ll always get

www.mydomain.net/ (example url)
www.mydomain.net/ (example url)
www.mydomain.net/ (example url)
www.mydomain.net/ (example url)

For any page im viewing in that website.

How can i avoid this?
Im thinking of buying a domain here:
http://www.domainsite.com/

But im afraid of that situation, that it may use Iframe to redirect the domain to my website instead of the other method wich i dont know the name.

On the side of web host: add domain name to existing or new web hosting account
On the side of the domain name registrar: change nameservers to the ones which web host provides for you (or A record).
Upload content.
Wait for 48-72 hours

Is the question about main page of the web site you are getting at? in your first example I suppose you have web application installed and apache redirects you to the main page of web application.
Remember your domain name will never work as web site until you link your web site and hosting between each other.

On your account on the domain name registrar there is an option to change nameservers for your domain name. Your web host must provide you nameservers.
That is easy and if you ask for a help both domain name registrar and web hosting will help you

Im confused, can you tell me more about it? Is that DNS thing?

Hi,

What you really want to be doing is pointing the name servers of your domain name, to those of your chosen web hosting company (they should send you them in a welcome email), that way you’ll avoid the frames redirect.

Thanks,

Yes i need to link the domain and the host, or else the domain will redirect using iframes.

Ill find about nameservers then. :slight_smile: