I have set up domain mapping plugin on my localhost (XAMPP) on a windows machine (7).
WordPress is installed in the root directory.
My question is under the Settings/Domains where I input my domain and site ID I set ID at 3 and my domain at fake.domain
My HOST file also has these two entries:
localhost dev.sandbox
127.0.0.1 http://www.fake.domain
When I go to my browser and type in http://localhost/templatemaster/ (templatemaster being site ID 3) it goes to the site..?!
What I thought was going to happen is when I type in fake.domain it would bring up the templatemaster site, it does but seems to forward to http://localhost/templatemaster/ .
I am a bit confused. I know I did something wrong, was it in the HOST file?
rad1964