PHP Warning: Unknown: failed to open stream

后端 未结 18 1009
有刺的猬
有刺的猬 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:36

    I got this problem when insert wrong file address into .htaccess

    php_value auto_prepend_file "/home/user/wrong/address/config.php"
    

    So if you use auto_prepend_file check your file path. It called from .htaccess so PHP can't determine error file and line.

提交回复
热议问题