I am trying to make a Wordpress Multisite network with domain mapping, and I am using nginx as the webserver.
The master blog URL is www.xenon-corporation.com, that works fine.
I can create subdomains just fine, such as teste.xenon-corporation.com. I can even map the domains such as www.vinerz.net.
But the internal links on the page still point to the old subdomain vinerz.xenon-corporation.com and not the new domain www.vinerz.net.
What am I doing wrong?