| FAQ/iCal |
UserPreferences |
| cornerhost wiki | FrontPage | RecentChanges | TitleIndex | WordIndex | SiteNavigation | HelpContents | moin.sf.net |
Yes. You will need to ask Michal to set up WebDav for a particular directory.
Then put this in your .htaccess file for that directory.
AuthName "DAV Restricted" AuthType Basic AuthUserFile /web/script/USERNAME/.htpasswd <LimitExcept GET HEAD OPTIONS> Require valid-user </LimitExcept>
The FAQ/Apache page shows how to set up passwords.
Note: you also need to chmod o+w the directory so you can upload the calendar!