Sorry for the post in Experienced....I am far from that. Not sure how I doofed that up, but this should have been in General.
I have SME 6.0X, and it recently came to my attention that the staff at my school would like to make thier own webpages. The SAU tech director would like for me to give them access to the website. This is just not a sound idea.
So....my thought is I can make an html directory within their home directory, which they would have access to. I could then mimic the directory structure on the server making symbolic links to the users /home/html directories.
I did just this, and ended up getting a 403 error. The symbolic link I created was like so:
ln -s target-directory=/home/e-smith/files/users/randc/home/html
I changed the permissions of the directory and all files within to 777.
I know I am close but I cannot seem to get the final piece working.
Thanks in advance,
Brian