Hi, My problem is getting Php to run under apache. This is how I've configured it:
installed all the services from their zips to C:\, I used the php without the installer whichever that one is?
Then change 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. The book didn’t say anything about moving this file?
Next edit httpd config
Find LoadModule and add at end of file
LoadModule php4_module "C:/php-4.3.7-Win32/sapi/php4apache2.dll" It seems its important to enclose the latter part in quotes [the book I have didn’t say this.
The find AddType, and, add the following
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps.
The log files are showing the following error report:
Syntax error on line 173 of C:/Apache2/conf/httpd.conf:
Cannot load C:/php-4.3.7-Win32/sapi/php4apache2.dll into server: The specified module could not be found.
Php4apache2.dll is where I say it is, and I dont understand the syntax error. It all worked before I rstored from ghost. Any help greatly appreciated.
Kind Regards
MM