diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst index 30baf880a..19a7ca532 100644 --- a/admin_manual/installation/installation_source.rst +++ b/admin_manual/installation/installation_source.rst @@ -13,7 +13,7 @@ Prerequisites ~~~~~~~~~~~~~ .. note:: This tutorial assumes you have terminal access to the machine you want - to install owncloud on. Although this is not an absolute requirement, + to install ownCloud on. Although this is not an absolute requirement, installation without it is highly likely to require contacting your hoster (e.g. for installing required modules). 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.