I am hosting multiple domains on my Apache Web Server on Ubuntu 18.04 but I cannot set the tmp upload directory for PHP.
I tried putting this in my .htaccess for one of the domains, however nothing was stored when I tested.
php_value upload_tmp_dir /var/www/example.com/tmp/
My permissions for the /var/www/example.com/tmp/ folder are set at Chmod 775
Is there a working way to set this in .htaccess or in the domain's .conf file?