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

Re: [cobalt-users] Clients and their ftp problems.



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