On Thursday 02 September 2004 16:23, Jason Sievert wrote: > Alias /webdav /var/www/webdav > <Location "/var/www/webdav"> > DAV on > AuthType Basic > AuthName "WebDAV Storage" > AuthUserFile conf/htpasswd/passwd > Require valid-user > </Location> I think you need the <Location...> line to read: <Location "/webdav"> Or use the "<Directory "/var/www/webdav"> directive. <Directory> is for, well... Directories in your file system. <Location> is for locations in the URL... This might help: http://www.webdav.org/mod_dav/install.html#apache Cheers -- Christopher A. Gahlon There are 10 kinds of people in the world, those that understand binary and those that don't. _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota Help beta test TCLUG's potential new home: http://plone.mn-linux.org Got pictures for TCLUG? Beta test http://plone.mn-linux.org/gallery tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list