I work for a studio that spends its days developing websites. There are often multiple people working on a project at once. I would like to be able to let people share what they are working on with the office in a standardized way.
I was thinking the url would work like this
project(.user_machine_name).dev
for example
qwikster.com.kevins-imac.dev
Is there a way I can setup an internal DNS server that can recognize the .dev extension, parse out the user and use that to reroute the request to their machine IP where apache is waiting to respond with the correct vhost setup?