Hellihello
Route doch erstmal den localhost in ein Testverzeichnis "/htdocs/test", um es zum Laufen zu bringen.
Öähm wie meinen? Und wie mach ich das? *bitte nicht schlagen
Na leite doch erstmal den localhost per VirtualHost-Anweisung zum Testen in ein Testverzeichnis, so meinte ich.
Ja und wie mach ich das? So meinte ich^^
httpd.conf:
<VirtualHost *>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "/xampp/htdocs/localhost_subdomain_test"
ServerName subdomaintest.localhost
ServerAlias *.localhost
</VirtualHost>
hosts:
127.0.0.1 localhost *.localhost asdf.localhost subdomaintest.localhost xxx.localhost
lande ich mit subdomaintest.localhost und u.a. xxx.localhost in dem Verzeichnis "/xampp/htdocs/localhost_subdomain_test".
Dank und Gruß,