Hi,
This is suplimentary to my thread here:<
http://forums.macnn.com/showthread.p...hreadid=178608>
I have a folder called 'DAVdocs'.
I need a username and PW to access this folder.
Within this folder is another folder called 'calendars'
I would like to give anyone read access to the 'calendars' folder but only allow people with passwords to write to it.
Can this be done?
At the moment the htaccess file looks like this:
AuthName "DAV Restricted"
AuthType Basic
AuthUserFile /Library/WebServer/users
require valid-user
(isn't this a bad place for the users file...?)
Thanks
Simon