Enabling write-access
Overview The web server operates in a dual-user mode for enhanced security. In order for a web application to access your filesystem, specific permissions must be granted. Solution Change permissions on necessary files to 717 or 777. For WordPress, wp-content/uploads/ and wp-content/themes/ should be changed recursively to allow media uploads and theme editing in-browser. If plugin…