I am trying to install WordPress MU in my XAMPP localhost server (that is configured to port 8080).
Using this address in the browser >>http://localhost:8080/wordpress-mu/<< gets this response >>WPMU only works without the port number in the URL.<<
This is the last line in my hosts file: 127.0.0.1 localhost.localdomain
(This points to my IIS7 localhost server not to my XAMPP local host)
I am guessing I need to add another entry in this hosts file to configure this for XAMPP and WordPress MU but am not sure what it should be?