我如何在php或magento中更改文件权限?

时间:2014-03-22 07:43:01

标签: php .net magento

我有一个应用程序在两个平台上运行,即.net和php。该产品是从.net(在Windows上)服务器上创建的,并保存在php(在Linux上)服务器上。我想以编程方式复制该文件,但当我访问该文件时,它失败了。权限被拒绝。 我们在创建和访问时从双方获得了777许可。有人知道解决方案吗?

2 个答案:

答案 0 :(得分:0)

http://www.php.net/chmod

Attempts to change the mode of the specified file to that given in mode.

答案 1 :(得分:0)

试试这个 - 备份.htaccess文件并将其写入.htaccess -

# enable directory browsing
Options All +Indexes    
order deny,allow
allow from all