Hi all
I'm trying to configure PHP 4.04 for Win 98 running Apache 1.3.19.
Right now, my Apache runs fine, and there are no errors w/ my httpd.conf file. When I double click on the c:\php\php.exe file, my DOS screen pops up, but nothing else happens. There are no error messages. Saving a document w/ the .php extension gives me a "Page Cannot Be Found" error. Changing the .php to a .php3 or .php4 allows the page to be viewed along w/ any HTML format, but the php code remains unprocessed.
I've configured my c:\Program Files\Apache Group\Apache\conf\httpd.conf file w/:
LoadModule php4_module c:/php/sapi/php4apache.dll
ScriptAlias /php/ "C:/php/"
AddType application/x-httpd-php4 .php .php3 .php4 .phtml
Action application/x-httpd-php4 "/php/php.exe"
I configured the php.ini file w/ these changes:
doc_root = c:\Program Files\apache group\apache\htdocs
extension_dir = c:\php
and then I dumped the php.ini into the Windows folder.
Thanks in advance.