300 Free Application Icons
Friday, January 26th, 2007Here’s a free resource for icons that can be used in your next Flex or Apollo application:
Archive for January, 2007300 Free Application IconsFriday, January 26th, 2007Here’s a free resource for icons that can be used in your next Flex or Apollo application: Multiple Domains in WordPress muFriday, January 26th, 2007In 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’); |