I have server that has a few sites (non wordpress) under 1 vhost, I have also created a separate vhost that has a WordPress single multisite install on a network specific domain "mynetwork.com"
I have setup a few sites using subdomains install
site1.mynetwork.com and site2.mynetwork.com
I need to map each subdomain install to a separate domain that ALSO have /blog/ in the siteurl/homeurl
awesomesite1.com/blog/ <-- MUST have /blog/
coolsite2.com/blog/ <-- MUST have /blog/
To accomplish this I have a WordPress MS setup on one virtual host and I figured I could symlink any /blog/ folder (coolsite2.com/blog/ ) to point to my other virtual hosts mynetwork.com/html/ folder. Which seems to work.
My big problem I can't seem to figure out is.
When I try to map the domain with awesomesite1.com/blog in the domain mapping the frontend url will work/display but I cannot log into the admin (for each specific site) due to a cookie error (I think this is more than likely due to the /blog being put into the "domain" field)