Hi SteveAtty,
Thanks for the quick response. Yes, I am using subdomains. I thought everything was set correctly as I went through the install process of WordPressMU. Sorry about the matching issue. I changed the top address to show an example and did not realize the address in the body was different.
My main blog is http://mylocalblog.dev and each time I create a new blog it should, like in the screen shot, add a subdomain - http://zanm.mylocalblog.dev.
I did add to my httpd-vhosts.conf file this:
<virtualhost *:80 >
DocumentRoot "/Users/zanfardinom/Sites/myLocalBlog"
ServerName myLocalBlog.dev
ServerAlias myLocalBlog.dev *.myLocalBlog.dev
</virtualhost>
As suggested by the wordpress mu install site I needed to use ServerAlias and add *.myLocalBlog.dev.
Is this correct or do I need to change a setting elsewhere? I am using a Mac running OS X Leopard 10.5.6.
Thanks again for your help.
zanm