Welcome. I need to set up a *:80 in VirtualHosts, for example
<VirtualHost *:80>
...
</VirtualHost>
For all domains it works perfectly.
But when I try to do the same trick for subdomains, when I try to access it it redirects me to the main page.
Where is the problem. My OS is FreeBSD 8.0
Sincerely
<VirtualHost *:80>
...
</VirtualHost>
For all domains it works perfectly.
But when I try to do the same trick for subdomains, when I try to access it it redirects me to the main page.
Where is the problem. My OS is FreeBSD 8.0
Sincerely