Setting folder to be writable by apache/php in windows?

Posted by Chris Sobolewski on Pro Webmasters See other posts from Pro Webmasters or by Chris Sobolewski
Published on 2011-05-11T21:01:36Z Indexed on 2012/06/05 4:48 UTC
Read the original article Hit count: 252

Filed under:
|
|

I have a local test server, and I am attempting to write a file with PHP. I am getting a message that the folder (../uploads/) does not exist or I do not have permission.

My directory structure is

D:\xampp\htdocs\website\ //<--root
D:\xampp\htdocs\website\library //<--where script runs
D:\xampp\htdocs\website\uploads //<--where I'd like to save

I know on a *nix server, I can just chmod the permission to 0777. What do I need to set on my windows box to give apache the ability to write a file?

© Pro Webmasters or respective owner

Related posts about apache

Related posts about writing