(Newbie to Apache terminology)
I am running Ubuntu 11.10 with Apache. Is it possible to direct any www request to a subdirectory off DocumentRoot? Example, say I have /production. As I create new sub directories, such as “/production/blog.com”, I would like any *.blog.com requests to pull from that directory. Is there a way to wildcard the Apache configuration in some way?
Yes, like this: http://httpd.apache.org/docs/2.2/vhosts/mass.html