Search found 1 match
- Fri Mar 17, 2017 5:29 am
- Forum: Web Server
- Topic: WordPress /FTP
- Replies: 17
- Views: 39627
Re: WordPress /FTP
Got an easy fist. Mount public_html and code: chown admin -R * or after you ssh to the server ( ssh root@(IPADDRESS)) cd /home/admin/web/domain.tld/public_html/ chown admin -R * Did this and new themes/plugs all downloaded and installed seamlessly. Did not require me to enter ftp credentials or any...