On Fri, 5 May 2006 08:10:19 +0200 "Boyle Owen" <Owen.Boyle@xxxxxxx> wrote: > > -----Original Message----- > > From: Z.C.B. [mailto:vvelox@xxxxxxxxxx] > > Sent: Friday, May 05, 2006 5:31 AM > > To: users@xxxxxxxxxxxxxxxx > > Subject: [users@httpd] Webdav 403 problems. > > > > I have it set up like this, but I can not manage to write to > > it at all. I originally had some Auth stuff in there, but > > that has been removed. > > > > When ever I try reading or any thing I get a 403 error. Httpd > > does have the proper permissions for accessing it. > > 403 isn't just about file permissions... You also need to "Allow" > access to the directory, eg: > > <Directory /home/www/webdav> > Allow from all > </Directory> > > If this doesn't work, read (and post back) your error log entry. Cool. Much thanks. That got it working. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx