I have installed php and configured it per the install manual. I associated .php extensions to run php scripts via the php interpreter and ran the test.php script successfully. I then configured my Netscape 3.63 server mime-types to support php as magnus-internal/shellcgi Then I enabled php extensions to run on Netscape 3.63. When I first ran test.php via webserver I got the security alert about accessing php cgi's directly so I modified the php.ini file cgi.force_redirect = 0 and now all I get is "No input file specified" when I try to load the same test.php script. Can someone help me with this please.
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php