Andrea/Other Moderators
I've read a ton of threads on WP MU installation and how people are having problems with this specific problem. But I am having it as well..
[ What I am using ]
============================
I am using WampServer, which has
- Apache 2.2.11
- PHP Version : 5.2.9-1
- MySQL Version : 5.1.32
I've outputted the PHPinfo() output to : this file (note, this is the PHPinfo of my local setup, not that server).
Here's my C:\Windows\System32\drivers\etc\hosts file:
127.0.0.1 localhost
127.0.0.1 wordpressmu.com
Here's the .htaccess part that is of interest:
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
DocumentRoot D:/wamp/www/
ServerName localhost
</VirtualHost>
<VirtualHost 127.0.0.1>
DocumentRoot D:/wamp/www/wordpressmu/
ServerName wordpressmu.com
</VirtualHost>
[ What I did ]
===================================
As Andrea has posted in a TON of places, I made sure
1. there is no .htaccess in the D:/wamp/www/wordpressmu/ folder.
2. there is no wp-config.php in the D:/wamp/www/wordpressmu/ folder.
3. that a database is created with ALL permissions (but i am not sure how this is relevant b/c I don't see how the WP MU sees this info before I can enter them anywhere
YET...
I am still getting "Error establishing a database connection" when I point my browser to http://wordpressmu.com/index.php