Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.03 KB

folderandfilepermissions.md

File metadata and controls

25 lines (14 loc) · 1.03 KB

Folder & File Permissions

Checks that the web server folder and file permissions are set correctly for Umbraco to run.

How to fix this health check

This health check can be fixed by ensuring that the process running Umbraco also has write access to the listed folders and files.

Updating the file permissions on Windows

Here's an example of how to adjust permissions for a folder. This process works the same way for files.

First we see an example of an error from the health check

Failed health check for folder creation

To fix this, we find the specified folder, from the report and choose Properties and the Security tab.

Folder properties Folder properties - Security tab

From here you can edit the permissions for a specific user or user group.

{% hint style="info" %} For security reasons we recommend only giving write access to the required users or groups. {% endhint %}