Hi – I am having issues with the links not working after I configure the domain mapping for WordPress MU.
Here’s what my config is:
1) I installed WordPress MU at the blogs.domain.com subdomain of my site. It’s working fine.
2) I installed the domain mapping tool. No problem there.
3) I want to create a new blog called “test”. This creates test.blogs.domain.com. No problem there. I tested all my links (About, test posts, test categories etc.) and they all work fine.
4) I now want test.domain.com to resolve to test.blogs.domain.com
5) I set up a domain map in the test.blogs.domain.com dashboard. I add test.domain.com as the domain to map to this particular blog.
6) I create a CNAME map in my DNS as follows:
test.domain.com 300 IN CNAME domain.com
7) It seems to work…when I type test.domain.com in a browser, I get the blog at test.blogs.domain.com. However, when I click on any link, like “comment”, or “About”, the links are broken (not found).
Question:
How do I fix this? Is there something that I need to add to my Apache config file (a VirtualHost directive?), or to the .htaccess (a redirect?)?
Thanks heaps!