PHP interpreter & Domino Setup

I am using the instructions for setting up Domino to accept incoming PHP URLs.

http://www-1.ibm.com/support/docview.wss?uid=swg21099845

I created a URL->Directory rule and have the following settings:

  Access: Execute



  Incoming URL String: /*.php



  Target Server Directory: c:\php\php-cgi.exe/*.php

The php.ini does have the cgi-force_redirect=0. The one difference is that the home HTML directory is not …domino/html but test/html (still under /data)… so …/data/test/html instead of the default …/data/domino/html.

We get a 500 error in some cases (re: bad exception - no variation). When I enter it manually to force the PHP, it presents me with a open/run dialog because it cannot find the PHP interpreter server-side? Any ideas what could be happening? Is it a path issue or something? …maybe the /*.php only works for root and some scripts are nested under …test/html. Also, I notice that some URLs have …/test.php&type=sample. It is passing some arguments… would the /*php need to be /php? Thanks team…

Subject: PHP interpreter & Domino Setup

Is there supposed to be a space (saw this in one posting) in c:\php\php-cgi.exe/*.php → c:\php\php-cgi.exe *.php? The IBM technote says with / but one user mentioned the space (no slash) was important.