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
Moderator: mkoch227
-
- Posts: 1
- Joined: Thu Jun 29, 2006 5:24 pm
How to create subdomains dynamically
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!
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!