【发布时间】:2017-11-02 13:53:55
【问题描述】:
我刚刚查看了后端的 Joomla 文件权限,发现 Configuration.php 无法写入,因为它使用 444 这是正确的 CHMOD 还是我需要其他东西?
【问题讨论】:
我刚刚查看了后端的 Joomla 文件权限,发现 Configuration.php 无法写入,因为它使用 444 这是正确的 CHMOD 还是我需要其他东西?
【问题讨论】:
configuration.php 需要只读 "0444",同理:
index.php
/administrator/index.php
/templates/your_template/index.php
All „.htaccess“-Files
All Files with „.css“
目录应该有“0755”
和文件一般“0644”
【讨论】: