From bb65b0db8f4b0abf084d628bf01027659d6a3a34 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Mon, 22 Sep 2014 16:45:05 +0200 Subject: [PATCH] move as code --- admin_manual/installation/installation_windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/installation_windows.rst b/admin_manual/installation/installation_windows.rst index 820f1db1a..9777aa835 100644 --- a/admin_manual/installation/installation_windows.rst +++ b/admin_manual/installation/installation_windows.rst @@ -240,7 +240,7 @@ To ensure your configuration is correct: 7. Choose the `Request Filtering` feature from the IIS Manager. -8. Ensure that all verbs are permitted (or none are forbidden) in the `Verbs` tab. You need to allow the verbs ``GET``, ``HEAD``, ``POST``, ``OPTIONS``, ``PROPFIND``, ``PUT``, ``MKCOL``, ``MKCALENDAR``, ``DELETE``, ``COPY`` and MOVE``. +8. Ensure that all verbs are permitted (or none are forbidden) in the `Verbs` tab. You need to allow the verbs ``GET``, ``HEAD``, ``POST``, ``OPTIONS``, ``PROPFIND``, ``PUT``, ``MKCOL``, ``MKCALENDAR``, ``DELETE``, ``COPY``, and ``MOVE``. .. note:: Because ownCloud must be able to use WebDAV on the application level, you must also ensure that you do not enable the WebDAV authoring module.