I have a directory called /home/core/src This directory contains images and scripts which I share with multiple websites. What I typically do is symlink to them.
For instance, http://www.buttehumane.org/src/. The "src" directory is a symlink to /home/core/src The problem is that on the server with suPHP, I can no longer direct link to a file with a php, html, etc extension. For instance, http://www.buttehumane.org/src/js/index.php. I just get a 500 error. This is because every file under /home/core/src is shared by multiple websites and therefore I cannot assign a particular domain owner or group to them. These are owned by root. But under suPHP, you can't access a file owned by root because the highest level permission available for a file is 644. So I'm stuck... that is unless there's a loophole or some system user that I can apply to it that I'm not aware of. Any help?
_______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
