Multiple LocalHost Sites
I’ve got XAMPP installed on a Windows 7 machine. I wanted a way to test multiple sites locally. Set up the local host file In your host file, add (replace with the domains you want): [code]127.0.0.1 sub.domain.com.dev 127.0.0.1 www.example.com.dev 127.0.0.1 www.unfocus.com.dev[/code] UPDATE: Thanks to xip.io the host file edits are optional if you use the …...
Read more →