Giving PHP write permission in Apache

前端 未结 5 797
Happy的楠姐
Happy的楠姐 2020-12-17 04:07

I\'m relatively new to configuring Apache.

I have a PHP script that writes a JSON file based on values retrieved from $_GET.



        
5条回答
  •  不知归路
    2020-12-17 04:18

    Check the file permission either in command line using:

    ls -l /path/filename
    

    Or through your ftp client if you have ftp access to the file/dir. If not, you could change the location like Stony said above.

提交回复
热议问题