Hi all!
I have been having trouble making the two versions work with each other on WIndowsNT 4.0
If i use this:
LoadModule php4_module "modules/php4apache2.dll"
AddModule mod_php4.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
I get this ::::
Apache.exe: module "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not
compatible with this version of Apache.
Please contact the vendor for the correct version.
ANd if i use this :
LoadModule php4_module "modules/php4apache2.dll"
AddModule mod_php4.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
I get :
Cannot load C:/Program Files/Apache Group/Apache2/modules/php4apache.dll into se
rver: The specified module could not be found.
Totally lost here!