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!