i developed a site with modx in the subdomain 2012.m-y-d-o-m-a-i-n.de. The old site was running in oldsite.m-y-d-o-m-a-i-n.de. The site was redirected from mydomain.net (without dashes) to oldsite.m-y-d-o-m-a-i-n.net. the site admin switched yesterday to the newsite 2012.m-y-d-o-m-a-i-n.net. FURL is turned on and in the htaccess I have this code:
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
# Friendly URLs
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
Redirect works, but all links refer to the 2012.m-y-d-o-m-a-i-n-de. How can I teach modx the new siteURL variable. I used the setup again and I cleared cache several times and the site still believes it is in the subdomain of m-y-d-o-m-a-i-n-de. The subdomain should vanish out of every URL. Both DNS entrys run the the same server. Thank you for help