Hi,
I'm trying to use the UserDir directive to give users a path to send files to our clients.
I've added a custom template for httpd.conf which has
UserDir home/html
If I understand correctly, Each user should then get a "web folder" under ~user/home/html, which they should be able to update via \\server\user\html, but I keep getting a forbidden error on files.
What am I missing?