How to build a web site which gives a sub-domain dynamically to every registered user?
Posted
by coderex
on Stack Overflow
See other posts from Stack Overflow
or by coderex
Published on 2010-04-27T07:22:04Z
Indexed on
2010/04/27
7:23 UTC
Read the original article
Hit count: 356
Suppose i have a site and i wish to give a sub-domain for each registered users.
like my site http://site.com/
and the test-user
is a user registered on my site and site want to make sub-domain for that user.
Like http://test-user.site.com
Like http://test-user1.site.com
for test-user1.
Hop you understood the requirement. How can i create a sub-domain using my sites back-end. or dynamically while register
© Stack Overflow or respective owner