fopen访问被拒绝无法访问php.ini

时间:2015-05-18 18:16:53

标签: php

我有一个问题。我有一个朋友的网站,他在自己的服务器上创建了网站,现在尝试在我的主机上设置它。

现在的问题是我没有php.ini文件的权限,所以我不能使用不允许托管的fopen becease。

还有其他选择吗?

马亭

$myfile = fopen("../".$enterurl.".php", "w") or die("Unable to open file!");

        $txt = file_get_contents("blank.php");
        fwrite($myfile, $txt);
        fclose($myfile);

1 个答案:

答案 0 :(得分:0)

问题是我的文件权限不对。因此他无权打开,更改或删除文件。我将文件权限更改为777或744