micha82: Beim Apache nur die Domain erlauben und keine Subdomain?

Beitrag lesen

Klappt leider nicht so ganz, weißt du was genau ich da eintragen müsste für z.B. die Domain www.test.de?

  
  
<VirtualHost *:80>  
ServerAdmin postmaster@dummy-host2.localhost  
DocumentRoot "C:/xampp/htdocs/dummy-host2.localhost"  
ServerName dummy-host2.localhost  
ServerAlias www.dummy-host2.localhost  
ErrorLog "logs/dummy-host2.localhost-error.log"  
CustomLog "logs/dummy-host2.localhost-access.log" combined  
</VirtualHost>