Hello,
I'm new to apache/linux and setting up PHP. I'm trying to configure PHP to work with all my scripts under one user. Right now it works when I have it pointed at just one directory in php.ini (ie include_path = /home/user/public_html/reviews/) this works for that one script located in reviews but, I have many scripts in many directories.
What path or method do I use to get apache to include all my directories so I can simply add and subtract new scripts/directories easily for this user.
John