Hallo Forum
Habe bereits alle Vorkehrungen:
[COLOR=#0000cd][FONT=courier new]define('WP_ALLOW_MULTISITE', true);[/FONT][/COLOR]
[COLOR=#0000cd][FONT=courier new]
[/FONT][/COLOR]
[COLOR=#0000cd][FONT=courier new]define('MULTISITE', true);[/FONT][/COLOR]
[COLOR=#0000cd][FONT=courier new]define('SUBDOMAIN_INSTALL', false);[/FONT][/COLOR]
[COLOR=#0000cd][FONT=courier new]define('DOMAIN_CURRENT_SITE', 'davefeusi.com');[/FONT][/COLOR]
[COLOR=#0000cd][FONT=courier new]define('PATH_CURRENT_SITE', '/d_projects/');[/FONT][/COLOR]
[COLOR=#0000cd][FONT=courier new]define('SITE_ID_CURRENT_SITE', 1);[/FONT][/COLOR]
[FONT=courier new][COLOR=#0000cd]define('BLOG_ID_CURRENT_SITE', 1);[/COLOR]
[/FONT]Einträge auf wp_config und .htacces erstellt.
Wenn ich nun eine neue Seite anlegen möchte, erhalte ich die Meldung:
[COLOR=#0000cd][FONT=Open Sans]Fehlende oder ungültige Seiten-Adresse.[/FONT]
[/COLOR][COLOR=#000000]Meine Seite[/COLOR][COLOR=#0000cd]: en.domain.com/
[/COLOR][COLOR=#000000]
Meine 1. Blog Seite in der Testumgebung:[/COLOR][COLOR=#0000cd] [/COLOR][COLOR=#0000CD]domain.com/test/
[/COLOR]Was mache ich falsch? Kann mir jemand bitte helfen...:idea:
Co