I am running Windows 98 with Apache version 1.3.20 for Win32 systems and I
am installing PHP version 4.0.6 using the binary intaller.  I have install
them into their directories, moved the php.ini file to c:\windows and then
made the change to extensions_dir.  Furthermore, here is what I added to the
httpd.conf file:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
That was added at the bottom of the httpd.conf file.
Then I ran the php.exe -i command and it ran correctly and sent out html.
but when I try and access a script that I made, it doesnt parse the script,
it leaves the php source.  My guess is that apache is not sending the .php
files to the php.exe file, and therefor is not getting parsed, but I cannot
figure out why.  Any suggestionts??

-Ben

____________________________
Ben Davis
Digital Dog, Inc.
(615) 777-1938
[EMAIL PROTECTED]


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to