ISPConfig WordPress Permissions

Discussion in 'Installation/Configuration' started by DRL, Apr 16, 2016.

  1. DRL

    DRL New Member

    Hi,
    I have a problem with the permissions on ISPConfig. Using the auto installer (https://www.howtoforge.com/tutorial/ispconfig-install-script-debian/) with NGINX + MariaDB, WordPress does not have permissions to create the folder uploads and FTP data need to install plugins.

    Only works with chmod 777 -R in /var/www/example.com/web.

    Does anyone know anything? Thanks.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you upload wordpress with an FTP user that you created in ISPConfig. If you uploaded it as root user on the shell, then you have to chown all files and folders in the web directory to the web* user and client* group of this website. Do not use chmod 777 as thats insecure. If wordpress is uploaded by ftp, then all files belong to the right user and group already.
     

Share This Page