Hi,
I've been trying to get WPMU running on MAMP for the past 5 hours - not a lotta reference to this online.
I've got as far as to get this:
redirects to
http://localhost:80/wpmu/wp-signup.php?new=localhost
and back again.
My details in wp-config.php are as follows:
define('DB_NAME', 'wpmu');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', 'root');
/** MySQL hostname */
define('DB_HOST', 'localhost:80');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
define('VHOST', 'yes');
$base = '/';
define('DOMAIN_CURRENT_SITE', 'localhost:80' );
define('PATH_CURRENT_SITE', '/wpmu/' );
define('SITE_ID_CURRENT_SITE', 1);
define('BLOGID_CURRENT_SITE', '1' );
Any ideas to get it going to actual installation?
thanks,
Ross