I did a test create from the front-end of my master site. What happened next was I clicked on 'manage websites' link and it gave me a login page and the title was now the site title I put in. So basically somehow the slave site I just made, took over the master site. However, it did NOT overwrite the actual directory. The slave site did get deployed in the correct folder /subdomains/user_id/template/etc.../site_id
Looking at the list of domains, I had this in my for my domains in my template:
http://{site_url},
www.{site_url},
http://{site_id}.{site_ur}
Obviously I can see that this is a problem as {site_url} = my master site! I tried to open it up and take all that off and just put the correct deployed folder but still it is taking over the master site.
Is there something I can do? I am affraid to delete it because I'm affraid it will screw my master directory up.