Managing subdomains for users

Hi guys,

Can you help me in integrating subdomains into my app?

I have a service in the same style of basecamp, freshbooks, highrise
etc., where users get their own subdomain when registering. How can I
archieve the same results in a mostly painless way?

Greets
Jonas

On 30 Sep 2007, at 10:33, Jonas S. wrote:

Can you help me in integrating subdomains into my app?

I have a service in the same style of basecamp, freshbooks, highrise
etc., where users get their own subdomain when registering. How can I
archieve the same results in a mostly painless way?

http://agilewebdevelopment.com/plugins/account_location

And you’ll need to configure your dns with a wildcard domain
(*.yourdomain.com)

If you want to be able to do this on your local machine (and you’re
on a Mac), you can follow these instructions:
http://woss.name/2006/11/13/setting-up-local-name-server-on-mac-os-x/

Best regards

Peter De Berdt