Hi all,
I've installed webshare. It works, but now I want users to be able to go to there own "home" directory via webshare.
I changed "/opt/webshare/[webshare name]/conf/config.inc.php"
I changed
$home_directory = "./files/";
in
$home_directory = "/home/e-smith/files/users/[username]/home/";
but that didn't work.
I there another way to map a user's home-diretory to a webshare?