Forum Moderators: phranque
PHPIniDir "C:/server/php"
LoadModule php5_module "C:/server/php/php5apache2.dll"
AddType application/x-httpd-php .php But the server won't start. httpd -t output:
httpd: Syntax error on line 117 of C:/server/apache/conf/httpd.conf: Cannot load
C:/server/php/php5apache2.dll into server: The specified module could not be fo
und. But it's there, the file IS there, I checked. The other LoadModule lines end in .so, though... I've installed PHP and Apache MANY times before, but I'm stuck. Help?
There are several tutorials on setting up PHP in the PHP forum library that you might find useful as well.
[webmasterworld.com...]
[webmasterworld.com...]
Jim
AddHandler php5-script php
httpd.conffile and that did not fix anything. The full removal and clean install fixed 'er up.
Related thread:
WAMP installation problems. [webmasterworld.com]