August 2008
M T W T F S S
« Feb    
 123
45678910
11121314151617
18192021222324
25262728293031

  • You are currently browsing the archives for the WordPress category.

Archive for the ‘WordPress’ Category

Multiple Domains in WordPress mu

Friday, January 26th, 2007

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’);