I have installed apache_2.0.50, php-4.3.8, mysql-4.0.2 on winxp.
I have added this to httpd.conf:
Loadmodule php4_module php4apache2.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
and set the DocumentRoot. Then I copied php.ini,php4ts.dll and php4apache2.dll into the Apache2 dir.
After installing phpmyadmin I moved my site (modded cubecart) to the htdocs dir and imported my db. The index page of my site loads text from the db correctly but when I click on a link I get:
Unable to connect to DB
I know my db settings are correct they muct be else it would not load the first page. Is this a windows/cubecart thing? or havent I setup apache/php/mysql correctly?