VishwasDeshmane Posted June 5, 2006 Share Posted June 5, 2006 I am really confused how to create subdomain dynamically.I am explaining my problem with the help of example.Problem: Whenever users registers to my websit they must get there own website and emailadress. Ex. if I am registering on www.abc.com and my companies name is xyz, my website will have the name as www.xyz.abc.com and email ex. [email protected] where 127 will be generated at random or on the basis of auto_increamented id.Please suggest me a good solution for this. Link to comment https://forums.phpfreaks.com/topic/11229-how-to-create-subdomains-dynamically/ Share on other sites More sharing options...
.josh Posted June 5, 2006 Share Posted June 5, 2006 create a subdirectory in the /htdocs directory of your server.example, if you have bar.com and you wanted foo.bar.com then you would create /htdocs/foo Link to comment https://forums.phpfreaks.com/topic/11229-how-to-create-subdomains-dynamically/#findComment-42109 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.