include 文件出现500的错误是怎么回事


xampp for windows。include或是require一个文件出现500的错误,但是用file_get_contents能读取文件内容。apache和php的错误日志中没有任何相关提示。

apache2.2 php

Somaid 10 years, 9 months ago

500的话,是你的文件语法有问题。你检查一下require的那个文件的语法。

你file_get_contents是通过什么方式读取这个文件的?文件系统路径还是url?

酷酷的杰瑞 answered 10 years, 9 months ago

Your Answer