"mount --bind" unter Windows?!

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

"mount --bind" unter Windows?!

Postby Pelipe » 30. July 2007 16:52

Guten Tag :)

Also ich hatte vorher xampp unter Linux laufen...
Dort habe ich verzeichnisse einfach mit dem befehl "mount --bind olddir newdir" benutzt...

Wie kann ich das unter Windows machen?

Also zB mein DocumentRoot: "C:/Programme/xampp/htdocs"
erreichbar unter http://localhost

Zu verlinkendes Verzeichnis zB: "D:/Projekt1"
Soll dann unter http://localhost/Projekt1 zu erreichen sein...

Jemand ne Idee?
Bin für alle dankbar :)
LG
Pelipe
 
Posts: 2
Joined: 30. July 2007 16:45

Postby DJ DHG » 30. July 2007 16:58

Moin Moin!

Code: Select all
Alias /Projekt1 "D:/Projekt1"

<Directory "D:/Projekt1">
    Order allow,deny
    Allow from all
   Options +Indexes
</Directory>


mfg DJ DHG
User avatar
DJ DHG
AF Moderator
 
Posts: 2455
Joined: 27. December 2002 13:50
Location: Kiel

Postby Pelipe » 30. July 2007 17:01

danke für die schnelle Antwort :)
Funktioniert, super.
Pelipe
 
Posts: 2
Joined: 30. July 2007 16:45


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 45 guests