HI, Have already made a fool of myself by posting to wrong thread, hope all will forgive me.
o/s win xp pro
installed
apache-2
MySql-4
Perl-
Php-4.3.7-win32: all on C:--
changed php.ini-dist [re-name] to php.ini and move to windows folder.
Next move both:
php4ts.dll and
php4ts.LIB to windows system 32 folder.
then
edit httpd config
Find LoadModule and add at end of file
LoadModule php4_module "C:/php-4.3.7-Win32/sapi/php4apache2.dll" .
Then find AddType, and, add the following
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps.
Apache will not restart. Checked logs and found following error messages:
Syntax error on line 173 of C:/Apache2/conf/httpd.conf:
"Line 173 is where I added LoadModule statement."
Cannot load C:/php-4.3.7-Win32/sapi/php4apache2.dll into server: The specified module could not be found.
"This dll is where I said it was in LoadModule statement."
Can anyone please help?
Kind Regards
MM