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

[cobalt-users] /~username to /username for virtual site



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