I have just spent a few hours installing mu on WAMP for anyone that is interested. Here is how I finally managed to do it.
- Create a database in PHP admin
- In your Apache Conf file (httpd.conf):
Where it says ‘#LoadModule rewrite_module modules/mod_rewrite.so’ remove the ‘#’
In the <Directory> area cange the line ‘AllowOverride None’ to ‘AllowOverride FileInfo Options’
Save and then restart Apache - Download wordpress mu and put the folder into you Wamp ‘www’ folder
- Go to the configure page 127.0.0.1/wordpress-mu/wp-admin/install.php
- Enter your settings and intall.
That should be it, enjoy!