Domain Dilemmas
|
Author |
Message |
Mickey
Down with MJ yo
Posts: 3,663.2843 Threads: 251
Joined: 26th Apr 2008
E-Pigs: 28.7300
|
Domain Dilemmas
So a wee bit ago i purchased a domain, thinking id be able to use it with my server on my lappy, but it only has two options, frame redirection, and http redirection. Frame redirection only creates a frame inside the page, so the url doesn't change and you can't bookmark anything and other poo poo and http redirection is poo poo. If you don't know what i mean go here and click a link, or view the source.
So what i was wondering was if there is anyway to make the domain work like a regular domain with my server???
|
|
09/02/2009 03:45 PM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: Domain Dilemmas
HTTP redirection isn't too bad.
But I'd say no for a dynamic IP.
Generally, this is how things work:
User enters domain name » User's computer finds the IP through DNS lookups » User connections to IP (server).
Note that the DNS lookup is often cached, and at multiple levels (local computer cache, proxy cache, ISP cache etc). So often, when the user types the domain name, the computer just directly tries to connect to the IP.
Your thing works like this:
User enters domain name » User's computer finds the IP through DNS lookups » User connections to IP (this is an intemediary server) » Intemediary server returns a response which asks the client to make a request to a certain IP » User connections to the IP.
^ It works because, although the DNS resolution is cached, the response the intemediary server gives isn't.
Your best option would be to try to get a static IP if possible.
|
|
09/02/2009 08:56 PM |
|
User(s) browsing this thread: 2 Guest(s)