网站上载的网页出现问题

时间:2010-06-03 19:38:32

标签: php html css javascript

警告:include(html \ download.html)[function.include]:无法打开流:第4行/home/jamia/public_html/download.php中没有此类文件或目录 打开任何页面时都会显示此消息。 它是索引页面。

1 个答案:

答案 0 :(得分:2)

这很可能是因为您没有指定正确的路径,请确保:

  • 您正在指定正确的路径
  • chmod dir to 755

而不是:

include (html\download.html)

试试这个:

include ('html/download.html')