openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 28bb3ad4916d48d7e1160460e35b33a290f8125a
parent 33ccefdb84a82ec2425e9aac25dfde17580f97b7
Author: dankert <devnull@localhost>
Date:   Tue,  3 Apr 2007 00:00:24 +0200

Einstellungen f?r WEBDAV-Zugriff auf das OpenRat-CMS.

Diffstat:
config/webdav.ini.php | 34++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+), 0 deletions(-)

diff --git a/config/webdav.ini.php b/config/webdav.ini.php @@ -0,0 +1,34 @@ +; <!-- $Id$ --> +; <?php exit('direct access denied') ?> + +; WEBDAV-settings + +enable=false + +; Creation of new folders, files. +create=true + +; Maximum Filesize for new files. +max_file_size=1000 + +; Readonly-Access. +readonly=true + +; Set "X-powered-by"-Header? +expose_openrat = true + +; Redirecting from "http://server/path/webdav.php" +; to "http://server/<prefix><session-id>/webdav.php" +; This is a must-have for clients who do not use cookies. +; If 'true', a rewriting rule (.htaccess) is needed. +session_in_uri = false + +; the prefix before the session id. +session_in_uri_prefix = ors + +; Make some Microsoft-specific stuff (they cannot read RFCs): +; - Set "MS-Author-Via:"-Header +; Set to 'true', if you want to use lame clients like MS-Office, MS-IE, ... +; Set to 'false' for strict WEBDAV, but no MS-clients are doing the job... +; +compliant_to_redmond = true