How can I have subdomains automatically added to IIS?? or how is there a way with Fedora Core 5?? I need a way so people can get a subdomain off my URL without me doing it by hand... though a form that runs a bat file or some program..
Where you fill out a form and it creates and account for you, then it adds your URL to the server... Right now I have blah.blah/SITE but I want to add the SITE as a subdomain but IIS has to do it, so is there a script to make IIS do it, so I don't have to by hand. Right now I have to open IIS, click create website and add the website they want.
you can setup a catch all apache entry such as *.domain.com then create an entry to your .htaccess that will point it to the right content Hope it helps
In either one you need wildcard dns. In IIS just set up a site that has a blank host header and have it listen on a single ip. Everything showing up on that ip will be handled by that site.