Just upgraded from Win98 to XP, and decided to upgrade to the latest versions of Apache (2.0.48), PHP (4.3.4) and mySQL (4.0.18) at the same time. Now, my programs that worked perfectly before the upgrade are acting up.
All three (Apache, PHP, mySQL) seem to be installed properly. I can see localhost, phpinfo, and mySQL is loaded. I have turned the register_globals to On. The html pages and php scripts appear to work. Here are my problems:
When I try to load phpMyAdmin, I get an "Internal Server Error"
One of my applications requires a password to open it (htaccess scheme). Although localhost brings up the main application, the login is not recognized. The username and password exist in the appropriate files.
Apparently, the php.ini and httpd.conf files need to be tweaked. Maybe there is some other problem. Can someone help me with this? Thanks much.