We're wanting to install PHP on a server here, but we need a way to set it up such that the Apache webserver will ONLY serve PHP documents that are in a certain directory (kind of like CGI scripts). So, if someone tries to put a script into wwwroot/baddir/test.php it will not run, but if the same script is in wwwroot/gooddir/test.php, it WILL run. Any ideas?
-Jade