Ok.
Earlier this week I installed IIS on my windows server 2000.
I also installed MySQL and used MySQL Administrator to create a wp database and user
I also installed PHP and it was working.
Wordpress MU was working but I was having problems with the links and everyone said IIS does not work very well with WPMU So I decided to get Apache.
So this is what I did, I removed IIS installed apache moved my wordpress folder (which had all the wp files in it) to htdocs I configured apache to run PHP and php does work. However now when I go to http://localhost/wordpress/wp-admin
I get a directory of all the files in wp-admin
if I try and go to http://localhost/wordpress/wp-admin/index.php I get this error:
"Your PHP installation appears to be missing the MySQL which is required for WordPress."
What's wrong?
Thanks,
Ben