【发布时间】:2018-09-30 00:51:29
【问题描述】:
我在远程服务器上安装了 wordpress
/var/www/html/site.com/public_html
使用 AllowOverride All 指向此文件夹的虚拟主机
指点有效。
现在我已将所有文件夹的所有权设置给用户:apache 并将用户包含在 apache 组中
all folder are setted to 755
and file to 644
wp-config.php to 440
wp-content to apache and 755
当我尝试下载插件/主题上传照片 ecc 时出现问题。形成界面。
我什至在机器上创建了 sftp 服务器,并在用户文件夹中设置了一个 rsa_key。
然后使用插件 ssh-sftp-updater-support 我启用了 ssh2 但错误提示“无法创建目录”
有人可以帮我解决这个噩梦吗?
【问题讨论】:
标签: wordpress file-permissions centos7