PHPIniDir a problem for Apache 1.3 and PHP 5?
As a complete novice, I'm installing Apache 1.3 and PHP5 on my Windows
98 SE system. I got Apache working fine, but when I installed PHP,
Apache displays the error "Invalid command 'PHPIniDir' etc etc.
The last lines of my httpd.conf are:-
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "E:/Program Files/PHP/"
LoadModule php5_module "E:/Program Files/PHP/php5apache.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
I can't see the PHPiniDir directive displayed on the Apache page, so
do you think the PHP 5 installer should have put the loadModule line
before the PHPiniDir line?
Thanks for your replies
|