How to create subdomains dynamically

Everything that doesn't belong to any other forum but this one. If it doesn't belong here then it ... well, it just doesn't.

Moderator: mkoch227

Post Reply
VishwasDeshmane
Posts: 1
Joined: Mon Jun 05, 2006 10:46 am

How to create subdomains dynamically

Post 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.
sebastian7
Posts: 1
Joined: Thu Jun 29, 2006 5:24 pm

How to create subdomains dynamically

Post 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!
Post Reply