After upgrading from 2.0.35 and 4.2.0, I'm having problems installing XP Pro/Apache 2.0.43/PHP 4.3.0. and I have tried everything suggested in the forum.
Using the following configuration in httpd.conf:
LoadModule php4_module modules/php-4.3.0-Win32/sapi/php4apache2.dll
ScriptAlias /php/ "E:/Apache_Group/Apache2/modules/php-4.3.0-Win32"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php/php.exe"
As well, changes have been made to php.ini they are as follows:
doc_root = E:\Apache_Group\Apache2\htdocs and extension_dir = E:\Apache_Group\Apache2\modules\php-4.3.0-Win32\extensions
Also, php.ini resides under E:\Windows
php4ts/dll resides in both E:\Windows\system and \system32 just to be sure
According to Apache, PHP (installed as a module) is running. So, when trying to run http://localhost:8080/phpinfo.php, an HTTP 404 Error occurs, yet the phpinfo.php is located in document root.
Any suggestions would be helpful