Hello all. I am making a hosting section on my website for a few friends. What I am looking to do is lock users into thier own directories during file uploads and scripts.
Now I know how to restrict where they upload files, but I am not sure how to keep them from making directories and files outside of thier set directory. I know open_base_dir applies to myself, but how do I make it apply to my users.
The directory structure will look like this.
Main (Me) -> /home/myname/public_html/
Users -> /home/myname/public_html/usersname/
Is this even possible?
Thanks in advance 🙂