.htacess
# Do not remove this line, otherwise mod_rewrite rules will stop working
RewriteBase /
allow_url_fopen On
allow_url_include On
Ivはこれを私の.htaccessに追加しようとしましたが、私はこれを試しました
$contnt = file_get_contents('http://site/files.php');
echo $contnt;
しかし、私はこのエラーを受けています
Fatal error: Call to undefined function dijkstra() in /home/a2515416/public_html/algorithm.php on line 34
xamppを使用すると、すべてが完全に正常に機能します。