logo

Miami SEO Service from $199

Be found when people search online with Miami SEO. Get your business on Google today.

GET SEO SERVICE ➔

How to configure server permissions so WordPress does not require FTP for plugin installs/updates.

After you upload your files, you’ll want to make sure ownership permissions are set to Apache so that Wordrpess can update and/or install plugins without requiring FTP credentials. You can set permissions via SSH.

Single site hosting:

chown -R apache:apache /var/www/html

Multi site hosting:

chown -R apache:apache /var/www/

You may need to do this whenever uploading folders.