インデックスページにPHPファイルが必要な場合、エラーが表示されます。
私の設定ファイル:
define( "APP_ROOT", realpath( dirname( __FILE__ ) ).'/' );
私のincludes/require file put:
localhost/test/includes/
失敗したコードとエラー:
require_once(APP_ROOT .'includes/test1.php');
require_once(APP_ROOT .'includes/test2.php');
failed to open stream: No such file or directory in C:\xampp\htdocs\test\includes\test.php on line 38
私の問題は何ですか?相対パスに対してこれを修正するにはどうすればよいですか。