Multiple Domains in WordPress mu
In my effort to get WordPress mu set up I’ve been running into issues with getting multiple domains set up. I want new sites to fall under shackcasting.com domain, but for those that want to brand their pocket tours with their own domain I want to have the ability for them to point a host like blog.domain.com. I found a helpful thread in the mu forum for doing this type of set up.
I think I’m getting close, I can log in to the admin under blog.aspentreemedia.com, I still need to test uploading photos, comments and themes.
UPDATE: I did run into a problem where new pages would not work, the default About page worked but any new page would go to the sign up page. I was able to fix it by changing the vhost to true in wp-config.php. Here’s what I changed:
define(’VHOST’, ‘yes’);