我有一个应用程序运行在两个平台上,即.net和php。该产品是从.net(在windows上)服务器创建的,并保存在php(在linux上)服务器上。我想以编程方式复制该文件,但当我访问该文件时,它会失败。权限被拒绝。在创建和访问时,我们给了777双方的许可。有人知道解决方案吗?
发布于 2014-03-22 16:02:12
Attempts to change the mode of the specified file to that given in mode.发布于 2014-03-22 16:19:29
试试这个-备份你的.htaccess文件,并把它写在你的.htaccess中-
# enable directory browsing
Options All +Indexes
order deny,allow
allow from allhttps://stackoverflow.com/questions/22574902
复制相似问题