I made one php project in which we provide facility to create his/her own web site.
Now I wants to add new feature giving different subdomains to the
members' web pages.
Because the number of members is about 120,000, manual configuring is
not the solution.
Let me give you an example.
1) We have domain name such as 'osteopathicwebsites.com'.
2) Someone joined osteopathicwebsites.com with account 'mxi'.
3) He get his own direcory in our Web server such as /mxi/.
(It's url become 'http://www.osteopathicwebsites.com/mxi/' for redirecting his own page.)
4) And I required he should get the subdomain 'mxi.osteopathicwebsites.com' (How can we
implement this???)
If anyone have any any idea then please suggest me.I also try myself by google.