[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Clients and their ftp problems.
- Subject: Re: [cobalt-users] Clients and their ftp problems.
- From: "Nico Meijer" <nico.meijer@xxxxxxxxx>
- Date: Fri Aug 3 15:36:07 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi Zak,
> Every day i get clients sending in support tickets saying they upload
> into their web folder but can't see their site.. correct! they upload into
> their user folder.. Anyone figured out the way to make a symbolic link so
> ftp will let them change folders? or does anyone have a better solution?
> besides changing their root folder in httpd.conf?
My clients are used to having a public_html. So on the RaQ I dig into the
siteadmin's folder, do a 'ln -s ../../web public_html' as root and they're
off.
Works like a charm for me... Nico