hey,
i have 2 languages. german and english.
german (original) version goes to: http://www.hausbau-ratgeber.de
english version goes to: http://www.dry-walls.co.uk
so far so good.
as i had it before, i had a redirect to avoid duplicate content for search engines:
##RewriteEngine on
##RewriteCond %{HTTP_HOST} !^www\.hausbau-ratgeber.de$
##RewriteRule ^(.*)$ http://www.hausbau-ratgeber.de/$1 [L,R=301]
Since i am using a new domain for english, i cant use this redirect anymore, because the english version will be redirected in a loop to the german version.
Is there a way to have both domains redirected to the version with the http://www.domain... like:
http://hausbau-ratgeber.de/ to http://www.hausbau-ratgeber.de/
AND
http://dry-walls.co.uk/ to http://www.dry-walls.co.uk/
It would be bad if somebody goes to http://dry-walls.co.uk/ and finds a german version.
any idea how to solve this with htaccess oder other redirects?
thanks
http://wordpress.org/extend/plugins/sitepress-multilingual-cms/