serversolutions
03-07-2005, 07:25 PM
I Would like to have a service like uni.cc where they had a subdomain/domain like system where you you register a domain and have it pointing to dns name server is this possible but i am able to create my own extensions eg .com.org and ss.nz and stuff like that?
You can do this without much work in php.
$_SERVER['HTTP_HOST'] will return the domain that the user typed in. You can easily strip out the www. and parse it to get the subdomain.
Once you have the subdomain do a lookup in a table or a flat file for the matching name. Then forward the user to the domain.
You can not create your own top level extension. Icann has the power to do this.
serversolutions
03-09-2005, 12:21 AM
How can i be a company like icaan?
http://en.wikipedia.org/wiki/Icann
serversolutions
03-09-2005, 02:33 AM
So how can i become like Icann?
brendandonhu
03-12-2005, 11:57 PM
You don't. ICANN handles top level domains, and thats it.
serversolutions
03-13-2005, 12:39 AM
what if i can is that possible?
craigj
03-13-2005, 01:43 PM
services like uni.cc may "emulate" having their own tld, by using a subdomain solution, uni.cc is a top level domain, they alllow users a free sub domain, e.g user.uni.cc