Page 1 of 1

How to create subdomains dynamically

Posted: Mon Jun 05, 2006 1:07 pm
by VishwasDeshmane
hello every1,

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. 127@abc.com where 127 will be generated at random or on the basis of auto_increamented id.

Please suggest me a good solution for this.

How to create subdomains dynamically

Posted: Thu Jun 29, 2006 5:30 pm
by sebastian7
VishwasDeshmane and everybody,
I have the same problem, I need to create www.abc.mydomain.com with PHP when user abc registers. I believe it depends on the http server. I intend to use it in Apache, with Linux.
Any help is welcome!