代码之家  ›  专栏  ›  技术社区  ›  OM The Eternity

当我在模板文件中包含一个文件时,将显示一个警告,原因是什么?

  •  0
  • OM The Eternity  · 技术社区  · 14 年前

    当我在模板文件中包含一个文件时,将显示一个警告,原因是什么?

    警告:包含一次() [函数.包含一次]:URL 服务器中禁用了文件访问 配置 C:\ wamp\www\ppm1.0\templates\threeColumnLayout.php 24号线

    请给我一些建议来纠正它。

    1 回复  |  直到 14 年前
        1
  •  3
  •   prodigitalson    14 年前

    使用文件系统路径,而不是web路径/uri。或者你可以打开 allow_url_include (这也要求 allow_url_fopen 正在打开)。但是 允许url包含 可能有安全风险。