Hallo.
Ich habe ein Problem mit der Installation von MU. Ich bekomme ständig den Error: "No WPMU site defined on this host. If you are the owner of this site, please check Debugging WPMU for further assistance.", wenn ich index-install.php aufrufe.
Hier der Inhalt meiner wp-config.php:
Code
define('DB_NAME', 'blogger'); // The name of the database
define('DB_USER', 'blog'); // Your MySQL username
define('DB_PASSWORD', '[I]***password***'[/I]); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
define('VHOST', '*.hostlegends.de');
$base = '/';
// double check $base
if( $base == 'BASE' )
die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' );
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
Alles anzeigen
Habe ich irgendetwas falsch eingestellt? MU soll auf http://www.hostlegends.de installiert werden (ist im Moment noch Weiterleitung...)
Schon mal im Voraus Danke für eventuelle Hilfe!