Firstly, hello everyone. I've been following these forums for years (I believe that I may have had another login at some point in the dim and distant past but I've no idea whether I posted or not)
I used to be a major OS/2 and eCS fan until the delights of OS X drew me away. (Sorry!
)
I recently got a major nostalgia rush and decided to install eCS (1.2MR) on an old Dell laptop. Well, eCS installed but I could not get networking to work at all so I had to abandon that. I have however managed to install it onto VirtualBox and all is working nicely.
Now, I'd like to get Web/2 (WEB2BETA4 file from hobbes) and PHP (php5.exe CGI version from Paul Smedley's site) working together
I know that this should work - others seem to have succeeded and I remember that the last time I had eCS installed I had the same setup working (with PHP4 at the time)
I have copied the php.exe file into the cgi-bin folder and written a very basic test file, phpinfo.php that I have popped into the html folder:
<?php
phpinfo();
However, when I open the file in either Netscape or Mozilla (I have not got around to getting Firefox installed - that's another story! ) nothing happens: Mozilla reloads the current page (directory listing) immediately, whilst Netscape states that there was an empty response.
When I place Web/2's sample cgi examples into the two folders, these work fine.
Anyone got any ideas what I am doing wrong?
Thanks in advance for any help