Ray, Thanks for sticking with me on this, I do appreciate it.
I'll try and be as clear as I can. I have looked though those pages, the admin guide and techincal handbood and agree that this SHOULD work, but it does not for me.
I am hosting some content for a large-ish company on my local SME box. They have changed their DNS record for mc1.abc.com to resolve to the public IP of my local SME box.
First I added an Ibay "abc" and then I added a virtual domain "abc.com" and directed it's content to the "abc" ibay.
Next I then added "mc1" as a hostname for "abc.com" and set it to "self". I've also set the default "www" that is created automatically to "self". I've also tried remote and local as well, putting in my public IP, but since the content in actually on the same SME box I believe "self" is correct.
Typing my public IP address:
http://123.456.789.012 into a browser will get you to my Primary site on my SME box, which is correct.
Typing
http://mc1.abc.com into a browser will also get you to my Primary site on my SME box, which is not correct.
I cannot use the www hostname for this site as this company already has that "in-house".
The only ways I've been able to get "mc1.abc.com" to get to the "abc" ibay is to either enter
http://mc1.abc.com/abc in a browser, or change the ServerName in the httpd.conf file for this virtual domain from "
www.abc.com" to "mc1.abc.com" and then restart httpd.
I can PM you the address of this box so you can see it firsthand if you'd like, I just don't want to post the address on a public forum.