[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Default User Webpage - Working!



I'd like to go deeper in this idea, how to make a subdomaine like
user.domain.tld who is like www.domain.tld/~user ?

I my case I have (I mean my host) add a line in the DNS that make possible
all subdomains.

Thank you in advance for your help.


Amicalement
Jean-Christophe

> -----Message d'origine-----
> De : cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]De la part de Smith, Martin
> Envoyé : jeudi 1 août 2002 23:07
> À : 'cobalt-users@xxxxxxxxxxxxxxx'
> Objet : [cobalt-users] Default User Webpage - Working!
>
>
> I needed to add the following line to my httpd.conf:
>
> AliasMatch ^/([^/]+)(/(.*))? /home/sites/site1/users/$1/web/$3
>
> I can now access users webpages from either www.domainname.com/username or
> www.domainname.com/~username - The Marketing department will be happy :)
>
> Thanks to Gerald for the pointers :)
>