vhosts ohne php

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

vhosts ohne php

Postby Kanaran » 14. November 2009 19:17

hi,
ich habe xampp 1.7.2 auf win7 ultimate 64bit installiert.
dann habe ich 3 vhosts eingerichtet:
Code: Select all
NameVirtualHost *:80

<Directory "D:\www">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

<VirtualHost *:80>
    DocumentRoot "C:\xampp\htdocs"
    ServerName localhost
</VirtualHost>

<VirtualHost *:80>
    DocumentRoot "D:\www\project\html"
    ServerName project.localhost
</VirtualHost>

<VirtualHost *:80>
    DocumentRoot "D:\www\free"
    ServerName free.localhost
</VirtualHost>


unter localhost und free.localhost wird php korrekt ausgeführt. aber unter project.localhost nicht.

in jedem DocumentRoot liegt nur eine index.php mit <?php phpinfo(); ?>

kann mir das wer erklären???????
Kanaran
 
Posts: 4
Joined: 08. June 2005 09:44

Re: vhosts ohne php

Postby Wiedmann » 14. November 2009 19:37

wird php korrekt ausgeführt. aber unter project.localhost nicht.

Sondern?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: vhosts ohne php

Postby Kanaran » 14. November 2009 19:42

da seh ich den quelltext
Kanaran
 
Posts: 4
Joined: 08. June 2005 09:44


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 36 guests