habe es jetzt folgendermaßen gelöst... Danke an alle erst mal



Für die Datei httpd.conf folgender Codeaufbau:
- Code: Select all
NameVirtualHost 127.0.0.1:80
<VirtualHost localhost:80>
ServerName localhost
ServerAlias localhost 80.localhost
DocumentRoot c:/wampp2/htdocs/
</VirtualHost>
<VirtualHost localhost1:80>
ServerName localhost1
ServerAlias localhost1 80.localhost1
DocumentRoot c:/wampp2/htdocs/domain1/
</VirtualHost>
<VirtualHost localhost2:80>
ServerName localhost2
ServerAlias localhost2 80.localhost2
DocumentRoot c:/wampp2/htdocs/domain2/
</VirtualHost>
Für die Datei hosts im Ordner etc:
- Code: Select all
127.0.0.1 localhost
127.0.0.1 localhost1
127.0.0.1 localhost2
Ich bedanke mich bei allen mitwirkenden, vor allem bei Alex, und mitdenkenden nochmals für die Hilfe. Somit kann ich jetzt getrost ins Wochenende gehen...



Ich hoffe das ich jetzt auch ab und an mit etwas Rat und Tat beiseite stehen kann..
Gruß BRIX.