3

I'm using XAMPP on Windows 8.1. When I'm trying to edit files located in htdocs folder, it does not allow me to save the changes.

Alert message looks like:

Unable to save: Error: Access is denied

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
begoyan
  • 404
  • 5
  • 10
  • 1
    I can't give you exact solution but i remember that i had similar problem on Windows 7. I had to enable administrator permission to xampp folder and i also disabled UAC. However it might be that you can't edit/save file if file is used by another program. – lonerunner Aug 16 '15 at 20:32

1 Answers1

3
  1. Right click on the htdocs folder and then select Properties
  2. Move to the Security tab
  3. Select Advanced and then Owner
  4. Change the owner to Administrator
  5. On the Permissions window click on the Add button to open the Group or user names- you can enter everyone and then click OK
  6. Select Full Control by placing a check mark on Allow

Check also:

  1. Add group "Everyone" to directory and all of it's sub-directories

  2. On Windows, who is in the Everyone and Authenticated Users groups?

  3. How to use batch file to give a folder permission to the Everyone group

  4. How to create directory with all rights granted to everyone

Community
  • 1
  • 1
Pawel Gumiela
  • 1,992
  • 2
  • 20
  • 36