mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #779 from mateusz/iis7-docs
Rewrite the permission docs for IIS7.
This commit is contained in:
commit
bb8a92cde7
BIN
docs/en/installation/_images/iis7-iusr-permissions.jpg
Normal file
BIN
docs/en/installation/_images/iis7-iusr-permissions.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
@ -201,9 +201,11 @@ Now we need to set up folder permissions for PHP. Open the php.ini and find the
|
||||
upload_tmp_dir="C:\Windows\Temp"
|
||||
session.save_path="C:\Windows\Temp"
|
||||
|
||||
You will need to give the IIS permission to write to these folders. This can be done by giving **Modify** permission to **IIS** user and **IIS_IUSRS** group.
|
||||
Two other important folders to set the permissions on are `assets` and `silverstripe-cache` (if used) in your web root.
|
||||
|
||||
Other important folders to give these permissions to are `assets` and `silverstripe-cache` (if used) in your web root.
|
||||
You will need to give **Modify** permission to **IUSR** user. To do it right click the folder and choose **Properties**. Then open the security tab, press **Edit** and add the **IUSR** user to the list by clicking the **Add** button. Afterwards tick **Modify** under **Allow** for that user. Repeat these steps for each folder.
|
||||
|
||||
![](_images/iis7-iusr-permissions.jpg)
|
||||
|
||||
## Test PHP installation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user