On Fri, Sep 12, 2003 at 11:40:36AM +0100, Angel Gabriel wrote: > I'm hosting a few web sites on the same server. But I want the sites to > appear in some of my users home directoryies. For example, the person > that maintains the site domainB.com I want the directory tree for that > domain to appear at the point /home/domainBadmin/domainB/ and so on for > the other domains. But at the same time, I don't want to move the > domains from thier current locations on disk. How can this be achieved?
Symbolic links? ln -s /where/the/domain/currently/is /home/domainBadmin/domainB remembering to check the permissions, too. -- avva -- [EMAIL PROTECTED] mailing list
