I'm creating a comunity on a IIS server with ColdFusion where a user can create their own site using my applications. I want to be able to dynamically create sub-domains depending when the user registers, (ex. username.domainname.com), but I'm not quite sure how to do this dynamically or if it's even possible.
One person suggested creating the wildcard sub-domains (*.domainname.com) and depending on what was in the actual url a different site would show up via a CF script(ex. joe.domainname.com would acces the site in the "joe" folder). Does anyone know if this is even possible or if there's another easy way to set up sub-domains?
-tleish
One person suggested creating the wildcard sub-domains (*.domainname.com) and depending on what was in the actual url a different site would show up via a CF script(ex. joe.domainname.com would acces the site in the "joe" folder). Does anyone know if this is even possible or if there's another easy way to set up sub-domains?
-tleish