Try this...
|
Code source
|
1
2
3
4
5
|
<VirtualHost 1.1.1.1:80>
ServerName meine-domain.de
ServerAlias *.meine-domain.de
DocumentRoot /home/meine-domain
</VirtualHost>
|
Und das ganze dann 2 mal in die httpd.conf mit den beiden Domains und ab dafür...
dohmian