PDA

View Full Version : chmod/change permission


error_22
01-24-2005, 01:39 PM
Hi,

I run a Apache server on my computer (it's a PC with Windows) and I installed a script but can gert it to work. The reason is because the php files dont have permission to write. How do I change this?

Thanks
Niklas

Zachery
01-24-2005, 01:44 PM
Hi,

I run a Apache server on my computer (it's a PC with Windows) and I installed a script but can gert it to work. The reason is because the php files dont have permission to write. How do I change this?

Thanks
Niklas
What version of apache are you running?

error_22
01-24-2005, 01:58 PM
2.0

Thanks for helping Zachery :)

Zachery
01-24-2005, 02:03 PM
2.0

Thanks for helping Zachery :)
Normaly you should not need to apply any changes.

Right click on the folder > Properties

In Attributes

Make sure Read-Only is NOT checked.

If it is uncheck it and save.

error_22
01-24-2005, 02:14 PM
I tried that but when I gop back to look it's still checked, really weird.

Thanks

Zachery
01-24-2005, 02:28 PM
I tried that but when I gop back to look it's still checked, really weird.

Thanks
Might need to do a reboot, sometimes the xp permissions can be funky

error_22
01-24-2005, 02:39 PM
ok thanks, i'll try that

niklas :)