Jetzt funktioniert alles!
1.
NeueHP muß aus
htdocs raus und Unterordner von
XAMMP werden.
2. Die
httpd-vhost.conf sieht nunmehr so aus:
Zitat:
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin ich@hp.de
DocumentRoot "C:/xampp/htdocs/"
ServerName localhost
ErrorLog C:/XAMPP/apache/logs/error_log
CustomLog C:/XAMPP/apache/logs/access_log common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin ich@hp.de
DocumentRoot "C:/xampp/NeueHP"
ServerName neue_hp_php
DirectoryIndex index.php
<Directory "C:/xampp/NeueHP">
Options Indexes FollowSymLinks Includes ExecCGI
Order allow,deny
Allow from all
AllowOverride All
</Directory>
ErrorLog C:/xampp/NeueHP/error_log
CustomLog C:/xampp/NeueHP/access_log common
</VirtualHost>
|
Nun noch Remote Informationen und Testserver in der Site-Verwaltung vom DW anpassen: Fertig.
Ich danke nochmals für die Hilfe und die unterstützenden Links.
Kann als erledigt betrachtet werden...