Giving PHP write permission in Apache

前端 未结 5 790
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:23

    You can try to set the permissions with

    chmod function for php and set your directory to /var/www there you have normally enough permissions.

提交回复
热议问题