I'm running apache 1.3.12 on windows nt with php 3.0.16 and am trying to get all references to documents in a specified directory (and its subdirectories) to be passed to a single php script.<br><br>Basically, I want urls like this:<br><br><A HREF=" TARGET="_new"> HREF=" TARGET="_new"> map to htdocs/lib.php.<br><br>I've tried various combinations of httpd.conf directives, but nothing works.<br><br><Location /lib/><br>ForceType application/x-httpd-php3<br></Location><br><br>Comes close, but only calls the lib.php script for <br> <A HREF=" TARGET="_new"> I try<br> <A HREF=" TARGET="_new"> invokes php with something like this:<br> php d:\apache\htdocs\lib.php\a.html<br><br>Which of course fails, because that file does not exist.<br><br>The above works on the Solaris and Linux version of apache, however. The one difference is that PHP is an apache module on the Linux systems.<br><br>Does any one know how to get the above to work on windows?<br><br>Thanks for any help...<br>