MyBB.de Forum
Forum mit 2 Domains - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html)
+---- Thema: Forum mit 2 Domains (/thread-14727.html)

Seiten: Seiten: 1 2


RE: Forum mit 2 Domains - Waluigi - 14.10.2009

Ich habe jetzt folgende Lösung:

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.alte-domain.de$
RewriteRule ^(.*)$ http://www.neue-domain.de/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^alte-domain.de$ [NC]
RewriteRule ^(.*)$ http://www.neue-domain.de/$1 [R=301,L]

Jetzt wollte ich mal fragen, ob das auch gut für die Suchmaschinen ist, oder was ich da noch reinpacken muss.


RE: Forum mit 2 Domains - StefanT - 14.10.2009

Das ist korrekt für die Suchmaschinen. Bis alle Einträge umgestellt werden, dauert es aber...