for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4
#for the cgi binary (you can use that one compiled with force cgi redirect too)
ScriptAlias /php4/ "C:/php/"
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php
seemab wrote:
Hello to all !
How to configure php4 with apache on windows.
which lines are need to add for the configuration.
Waiting for reply !
Regards
Seemab