Hi all...
I plan to develop a Free Domain Name Service like .co.cc.
Actualy it's a free subdomain service.
For example, I use: xxx.tld.
Now,
1. how to create a subdomains (or virtual subdomains) using PHP+Mod Rewrite? Example: thedomain.xxx.tld
I mean, how to write it on .htaccess file using PHP? fwrite("...", w+);
2. How to make: the virtual subdomain can be added to different server using name server like .co.cc did? Example: ns1.otherserver.com and ns2.otherserver.com
Thank you.