Ok. I presume that putting it outside public html and linking is the way. But how to do that. How to link a symbolic directory within public html to the real directory outside in the root. Should I use ssh and
Code:
ln -s source_file link_name
or what?
Quote:
Originally Posted by borked
Just make the owner of that directory the apache user
|
But will then the users still be able to upload their images to that folder without any authentication?
It's all about letting users to upload their image files to this directory but nothing else, only images. That's why I guess 777 is required but 777 is said to be unsafe... and this all confuses me.