[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] /~username to /username for virtual site
- Subject: [cobalt-users] /~username to /username for virtual site
- From: "Mitchell Essex" <emu@xxxxxxxxxxxxxx>
- Date: Sun Jan 19 00:19:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi all,
I have had a look through the archives and there seems to be some mention of
doing this automatically but I am unsure how it works there was something
about using the AliasMatch or using a RewriteRule for the site.
This is how I can manually do it as root
ln -s /home/sites/sitename/users/username/web
/home/sites/sitename/web/username
chown username /home/sites/sitename/web/username
This creates a link from the users home directory web to the web directory
of the site, but how would virtual site administrators do this for
themselves. They would be able to link to the directory but not change the
ownership of the link.
Thanks,
Mitch