Update wordpress theme on ec2

后端 未结 7 2093
余生分开走
余生分开走 2020-12-22 23:56

I\'m hosting a wordpress site on ec2 and I\'m trying to update my theme through the admin screen. Its asking me for Hostname and ftp username and password. Is ec2-xxx.comput

7条回答
  •  温柔的废话
    2020-12-23 00:51

    You can simply solve this problem by doing this via ssh:

    sudo chown -R apache path/to/wordpress

    then

    sudo chmod -R 755 path/to/wordpress

提交回复
热议问题