我已经提供了存储/框架/会话'文件夹递归到755 但在其中创建的会话在服务器中有644,任何人都可以告诉我 为什么会这样?
答案 0 :(得分:2)
当为具有子文件夹的文件夹授予权限,并且您希望那些受影响的文件夹时,您应该添加-R(递归)命令,例如:
<html>
<head>
<title>My App</title>
<script data-main="scripts/main" src="scripts/require.js"></script>
</head>
// the function from two.js having the same name as another in one.js needs to be called here.
<body onload="value();">
<h1>My App</h1>
</body>
</html>
不要忘记为bootstrap / cache文件夹提供相同的权限。但是对于里面的文件,大多数文件夹应该是755和644。如果您遇到问题,请检查哪个组/用户拥有该文件夹/文件。通过将组所有者更改为www-data来查看它是否得到解决,如下所示:
sudo chmod -R 755 storage