file_get_contents无法打开流:HTTP请求失败

时间:2015-06-15 12:59:22

标签: php wordpress server

我正在尝试从其他服务器使用wp-authentication。所以我有login.php文件:

<?php
    $content=file_get_contents("http://xxx/custom_login.php");
    echo $content;
?>

和custom_login.php,在另一个网站上:

<?php 
    require('wp-blog-header.php'); 
?>

我认为这是它破裂的地方。虽然,当自己调用时,custom_login.php工作正常。

我能解决这个问题吗?

0 个答案:

没有答案