PDA

View Full Version : User Subdomains


l0C0
13th May 2009, 15:23
Hi all,
I'm not sure how possible this is, but I am interested in knowing if and how this scenario can be set up:

Whenever a user is registered through ISPConfig, I want it so that it will create a subdomain of the server's domain that is the user's username, and allow that user to only manage the webspace on that subdomain. eg. username.domain.com

Many thanks,
Rick

tio289
13th May 2009, 16:45
Its simple, just create ftp account with path pointing to subdomain folder (on option tab)

l0C0
13th May 2009, 16:50
Thanks for that, but they actually need to be individual "clients" where they can manage their own databases, and ssh access. FTP will in fact not be enabled for security reasons.

Rick

tio289
13th May 2009, 17:04
that is want edit web interface (add client option to subdomain form, etc...) You must have basics of PHP

till
14th May 2009, 10:40
Just create a new website for every subdomain instead of a subdomain in a existing website.

l0C0
15th May 2009, 10:50
Ah thanks, I'll try creating each one as a new site then.