为什么php脚本适用于免费托管和我的vps它不是吗?

时间:2016-02-24 23:38:56

标签: php server vps

为什么一台服务器上出现错误500?我没有任何想法!

脚本php:

<?php
require('simple_html_dom.php');

$html = file_get_html("//strona.pl/".$_GET['url'];);
$wynik= $html->find("klasa",0) ->innertext;

print_r($wynik);
?>

(错误500)这个脚本在我自己的vps上: skrypt.php

(work corectlly)这个免费托管的脚本: androidpolska.php

1 个答案:

答案 0 :(得分:0)

Dude,可能是allow-url-fopen配置已被禁用。

http://php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen