How to set read/write permissions in Apache on a Windows computer

后端 未结 2 1242
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-03 09:13

I am building a web page with Apache2.2, PHP5.2.2 on a Windows XP computer in a localhost configuration. I\'m developing app/pages/submitProcessor.php to validate photo uplo

2条回答
  •  甜味超标
    2021-01-03 09:53

    In Windows, access to directories/folders is set by right clicking the directory, and reading through the selections provided by the various tabs to set access and specific uses of the directory. Its not as fine-grained as CHMOD, but it was good enough for my purposes at the moment.

提交回复
热议问题