Is it possible to set file permission on my apache server so that files can only be read by select u
- by Jerome
Hi all,
I would like to know if there's a way to set file permissions on my apache server so that the files can be served up by apache, but cannot be read or accessed by select users. Basically, I'm trying to figure out whether it's possible to "black-box" parts of my project's PHP code base from hired consultants.
Thanks in advance for the help.
Regards