How to build a web site which gives a sub-domain dynamically to every registered user?
- by coderex
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