WebDav multiple aliases help

Problems with the Windows version of XAMPP, questions, comments, and anything related.

WebDav multiple aliases help

Postby Gibbz » 11. February 2012 07:27

Ok so im trying to get a folder located inside a root folder which contains my info

for example
/
/Applications
/Backups


Now from my http-dav.conf file
Code: Select all

DavLockDB "D:/Program Files/xampp/apache/logs/Dav.Lock"

# Root Dir (read only)
Alias / "D:/Program Files/xampp/webdav/"
<Directory "D:/Program Files/xampp/webdav">
    Dav On
    Order Allow,Deny
    Allow from all
    AuthType Digest
    AuthName "XAMPP with WebDAV"
    AuthUserFile "D:/Program Files/xampp/security/webdav.htpasswd"
    AuthDigestProvider file
    <LimitExcept GET OPTIONS>
        require valid-user
    </LimitExcept>
</Directory>

# Applications
Alias /test "D:/Program Files/xampp/htdocs/"
<Directory "D:/Program Files/xampp/htdocs">
    Dav On
    Order Allow,Deny
    Allow from all
    AuthType Digest
    AuthName "XAMPP with WebDAV"
    AuthUserFile "D:/Program Files/xampp/security/webdav.htpasswd"
    AuthDigestProvider file
    <LimitExcept GET OPTIONS>
        require valid-user
    </LimitExcept>
</Directory>


This doesnt work, for some reason it will not let me have an alias inside an aliased folder or something? How should I get this to work?
Gibbz
 
Posts: 1
Joined: 11. February 2012 07:22
Operating System: windows7

Re: WebDav multiple aliases help

Postby JonB » 11. February 2012 15:09

Do you actually have XAMPP installed under Program Files???

Good Luck
8)
User avatar
JonB
AF Moderator
 
Posts: 3210
Joined: 12. April 2010 16:41
Location: Land of the Blazing Sun
Operating System: Windows XP/7 - Fedora 15 1.7.7


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 175 guests