Forum Moderators: phranque
I am trying to make a virtual subdomains system on server with Apache 2.2.
All fine for this, works easy to setup, with a dns record as:
*.domain.com A x.x.x.x
And an Apache virtual host configuration having:
ServerName www.domain.com
ServerAlias *.domain.com domain.com
Until now all fine...
But, let's suppose i still need to have one subdomain been excepted by the virtual subdomains rule. Let's suppose i want to have a subdomain blog.domain.com to be excepted from this rule.
If i add a VirtualHost for this isn't taken into consideration.
I was wondering how to solve this problem....