Webdav not working in pro

Running 3.59 pro on ubuntu 8

I have enabled webdav for the users, but when i login on ie www.nepaleducation.se/dav i just get the homepage. I have tried mounting with vista.

SuexecUserGroup "#1002" "#1003"
ServerName nepaleducation.se
ServerAlias www.nepaleducation.se
ServerAlias lists.nepaleducation.se
DocumentRoot /home/nepaleducation/public_html
ErrorLog /home/nepaleducation/logs/error_log
CustomLog /home/nepaleducation/logs/access_log combined
ScriptAlias /cgi-bin/ /home/nepaleducation/cgi-bin/
ScriptAlias /awstats /home/nepaleducation/cgi-bin
DirectoryIndex index.html index.htm index.php index.php4 index.php5
<Directory /home/nepaleducation/public_html>
Options Indexes IncludesNOEXEC FollowSymLinks
allow from all
AllowOverride All
</Directory>
<Directory /home/nepaleducation/cgi-bin>
allow from all
</Directory>
<Files awstats.pl>
AuthName "nepaleducation.se statistics"
AuthType Basic
AuthUserFile /home/nepaleducation/.awstats-htpasswd
require valid-user
</Files>
Alias /dav /home/nepaleducation/public_html
Alias /pipermail /var/lib/mailman/archives/public
RedirectMatch /cgi-bin/mailman/([^/])(.) https://nepaleducation.se:10000/virtualmin-mailman/unauthenticated/$1.cgi$2
RedirectMatch /mailman/([^/])(.) https://nepaleducation.se:10000/virtualmin-mailman/unauthenticated/$1.cgi$2

What am i doing wrong?<br><br>Post edited by: mhugo, at: 2008/07/04 12:31