
 Zitat von 
fiedsch
					 
				 
				Liegt die php.exe auch dort? Oder doch an anderer Stelle? Z.B. im Untervezeichnis php. Dann wäre es C:\ xampp\php\php.exe
			
		 
	 
 Es ist schon fast lustig, wenns nicht so traurig wär:  
  -->
 -->
AUCH HIER wieder ... WEDER SO ...
	Code:
	C:\ xampp\php\php.exe
 ... NOCH SO ...
	Code:
	C:\\ xampp\\php\\php.exe
 mein Pfad zur "xampp php.exe":
... allerdings bin ich grad drauf gekommen, falls hier der Hund begraben liegt:
habe unter xampp 1 vhost konfiguriert (Ordner: D:\webprojects\vhosts\cafecarina.local) -->
unter C:\Windows\System32\drivers\etc\hosts folgende config:
	Code:
	# [...]
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host
# localhost name resolution is handled within DNS itself.
#	127.0.0.1       localhost
#	::1             localhost
127.0.0.1       cafecarina.local
  und unter:
C:\xampp\apache\conf\extra folgendes:
	Code:
	# [...]
<VirtualHost *:80>
    UseCanonicalName Off
    ServerAlias *.aph
    VirtualDocumentRoot "D:/webprojects/vhosts/%0"
    <Directory "D:/webprojects/vhosts/*">
        Require all granted
        AllowOverride All
        Options Indexes FollowSymlinks
    </Directory>
</VirtualHost>
 habe gerade 1 PN an Moderator Alex - https://community.contao.org/de/member.php?4-alex - geschickt, vielleicht kann er (auch) helfen. 