Hallo,
ich habe eine neue Domain.
Der Webspace bleibt der gleiche.
Was habe ich zur Umstellung getan?
1. SQL-Dump gezogen
2. Suche nach altedomain.de ersetze durch neuedomain.de
3. SQL-Dump eingespielt
4. wp-config.php domain_current_site = 'neuedomain.de'
Wenn ich nun neuedomain.de aufrufe, kommt es zu einer Endlosschleife.
Er möchte immer wieder zu altedomain.de leiten, die dann aber wiederum zur neuedomain.de leitet.
Dorthin leitet er immer:
http://neue-domain.de/wp-signup.php?new=alte-domain.de
Wo ist noch etwas versteckt? Kann das gedebugt werden?
Per Debug:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<title>WT-Metall Vertretung - http://www.hunde-anhaenger.de</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<frameset rows="100%">
<frame src="http://alte-domain.de" title="neuedomain.de" frameborder="0" noresize="noresize"/>
<noframes>
<body>
<h1>neue-domain.de</h1>
<p><a href="http://alte-domain.de">http://neuedomain.de/</a></p>
</body>
</noframes>
</frameset>
</html>
Das ganze ist eine Multisite Installation mit Subdomain.
Die Subdomains sind entsprechend eingerichtet.
Kann mir jemand sage, woher das oben kommt? Das Frameset?
Danke für eure Hilfe.