Domino and PHP - Another post after tons of searching

I’ve been searching on this one all morning and it seems that I’ve read a zillion posts. It would be great if someone could point me in the right direction.

I’m trying to serve php pages to a public domino-based site. I found this article and this helped to get me going:

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

I downloaded the php windows installer from here:

http://us.php.net/get/php-5.2.6-win32-installer.msi/from/a/mirror

I created the url-directory redirect document for my server. I did see some posts that said you need to include a space at the end of the redirect (I tried it both ways):

c:\program files\misc\php\php-cgi.exe/*.php

the error I am getting now is “No input file specified”. I did some searching on that and it appears as though the server can not find the file when you get this error. Any ideas as to what I may be doing wrong? I’ve tried all kinds of variations of the redirect (the file is in the hml root of domino where I’ve never had a problem serving html files).

I’m also open to other setups (apache, etc) if it is straight-forward and free and doesn’t involve port manipulation. Thank you soooo much in advance!

Subject: solved

great newsjust made php working under domino

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

not worked - not file specified

used php-cgi.exe

looked in process-explorer and php-cgi’s environment when it started via nhttpd

problem was in doc_root in php.ini

setting it to doc_root = “s:\lotus\domino\data\domino\html” in my case solved the problem

Subject: Domino and PHP - Another post after tons of searching

Have you looked at any of the articles on Jake’s Codestore site?

http://codestore.net/store.nsf/srch?SearchView&Query=PHP&SearchFuzzy=TRUE&start=1&Count=10&SearchType=srch

Subject: RE: Domino and PHP - Another post after tons of searching

Thank you very much for your reply. Yes, that was a great series of articles. Unfortunately, they assume that you are a Domino developer not using domino.