Joomla 的 Configuration.php 需要什么 CHMOD?
What CHMOD does the Configuration.php from Joomla need?
我刚刚查看了后端的 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“
我刚刚查看了后端的 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“