XAMPP on Windows 8.1 - 无法在 htdocs 中编辑文件
XAMPP on Windows 8.1 - Can't edit files in htdocs
我在 Windows 8.1 上使用 XAMPP。当我尝试编辑位于 htdocs 文件夹中的文件时,它不允许我保存更改。
警报消息如下所示:
Unable to save:
Error: Access is denied
- 右键单击
htdocs
文件夹,然后 select Properties
- 移至
Security
选项卡
- Select
Advanced
然后 Owner
- 将所有者更改为
Administrator
- 在
Permissions
window点击Add
按钮打开Group or user names
-可以输入everyone
然后点击OK
- Select
Full Control
勾选 Allow
同时检查:
Add group "Everyone" to directory and all of it's sub-directories
On Windows, who is in the Everyone and Authenticated Users groups?
How to use batch file to give a folder permission to the Everyone group
How to create directory with all rights granted to everyone
我在 Windows 8.1 上使用 XAMPP。当我尝试编辑位于 htdocs 文件夹中的文件时,它不允许我保存更改。
警报消息如下所示:
Unable to save: Error: Access is denied
- 右键单击
htdocs
文件夹,然后 selectProperties
- 移至
Security
选项卡 - Select
Advanced
然后Owner
- 将所有者更改为
Administrator
- 在
Permissions
window点击Add
按钮打开Group or user names
-可以输入everyone
然后点击OK
- Select
Full Control
勾选Allow
同时检查:
Add group "Everyone" to directory and all of it's sub-directories
On Windows, who is in the Everyone and Authenticated Users groups?
How to use batch file to give a folder permission to the Everyone group
How to create directory with all rights granted to everyone