Hello All,
I’m looking to setup some standard subdomains accross all my domains. Something along the lines of mail.everydomain.com and stats.everydomain.com
I’d like to know how I would go about setting up a wildcard that would allow me to automatically route traffic that comes in on subdomain.*
to a specific directory. I know it can be done the other way around in httpd.conf like *.domain.com but don’t know how to do it with subdomains.
I want to avoid having to make an entry for every domain as a virtual host.
Comments are closed