我的php文件路径有一些大问题。我得到了一个建议,我应该为root定义我的路径。但是这个定义是正确的,还是我需要其他东西呢?
<?php
// define path to application root
define( 'APP_ROOT', dirname(__FILE__) );
require_once( APP_ROOT . '/resources/includes/header.html' );
?>
因为我仍然得到同样的错误:
警告:require(/Applications/MAMP/htdocs/website/resources/auth/resources/includes/header.html):无法打开流:/ Applications / MAMP / htdocs / website / resources中没有此类文件或目录第4行/auth/profile.php
致命错误:require():无法打开所需的'/Applications/MAMP/htdocs/website/resources/auth/resources/includes/header.html'(include_path ='。:/ Applications / MAMP / bin / php /第4行/Applications/MAMP/htdocs/website/resources/auth/profile.php中的php5.6.2 / lib / php')
更新: