Here is my ideal setup that I would like to figure out how to do:
I have a domain professionally hosted:
Example.net
I have a subdomain, home.example.net that points to my Mac mini at home. I've already got this working just fine. The document root for home.example.net is /Users/me/Sites
I want to setup dynamic subdomains such that anything that comes before home.example.net (the regex version: *.home.example.net) has the document root: /Users/me/Sites/$1
For example: visiting bacon.home.example.net will have the doc root /Users/me/Sites/bacon
How can I get this setup so I don't have to add a new vhost for every project?