gpt4 book ai didi

php - file_get_contents 到同一台服务器上的 url

转载 作者:可可西里 更新时间:2023-10-31 23:51:21 26 4
gpt4 key购买 nike

我的服务器上有两个文件。文件 a.php:

<?php 
die('this is my text');
?>

文件 b.php:

<?php
file_get_contents('http://mysite.pl/a.php');
?>

但它不起作用...我无法使用 file_get_contents,当文件位于同一台服务器上时,我不知道为什么。PHP 信息:

allow_url_fopen: ON
allow_url_include: OFF

当我尝试在困难的服务器上使用文件 b.php 中的代码时 - 它工作...;/

最佳答案

您可以尝试使用 127.0.0.1,但它不适用于 VirtualHost。

关于php - file_get_contents 到同一台服务器上的 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15484089/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com