PHP Warning: Unknown: failed to open stream

后端 未结 18 1014
有刺的猬
有刺的猬 2020-12-02 10:54

I edited the apache httpd.conf file recently for the mod_rewrite to work. I don\'t know if this problem originated from that or not, but i\'m getting this problem from that

18条回答
  •  心在旅途
    2020-12-02 11:54

    This isn't a direct answer to the question, but I had the same problem. I installed VSFTPD on my Ubuntu Server VPS. I could upload files, but every file I uploaded didn't have execution permissions (all files had rights "600"). These posts explain explain exactly what you have to do to configure your VSFTPD to set default rights on your files:

    • Default File Permissions Apache /var/www/
    • vsFTPd default uploaded file permissions on Ubuntu not working

提交回复
热议问题