Hi,
I run a wordpress mu site that uses subdmains created by wordpress.
In the dns I set up *.domain.com as a wildcard for subdomains and then the root .htaccess file conrtols the subdomains.
so if someone types newblog.domain.com if that blog exists it goes to the blog, if it does not exist it goes to the signup page.
I need to know how to override it with a new domain name
for example, I have a client that has blog test.domain.com and they want to put a domain on it www.test.com, but the wildcards are really messing me up...
is this possible to do, and if so, how?
Thanks