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

Re: [cobalt-users] Symbolic Link from web to user/web directory



> > main site www.domain.com
> > highly publicised sub project url
> > www.domain.com/project
> > This project is completely administered by a third party,
> > that I don't want meddling with the rest of the site.
> >
> > So, I set up a user, and they have uploaded their project to...
> > www.domain.com/~user1/project
> > which is live and working on the web.
> >
> > I then made a symbolic link (directory to directory) so the original url
> still works...
> > from /home/sites/www.domain.com
> > ln -s users/user1/web/project web/project
>
Can't you change httpd.conf for www.domain.com
DocumentRoot /home/sites/siteN/users/user1/project

Of course you will have to make the entry for this domain
an include file, or the GUI will change it!