Forum Moderators: phranque
I originally had this in my htaccess:
<IfModule mod_php5.c>
php_value upload_max_filesize 11M
php_value max_execution_time 800
php_value post_max_size 64M
</IfModule>
which always seemed to work, but since changing over to the new server, I can't set any variables. I am mostly trying to change my upload_tmp_dir to an actual value, because it is set to "no value" right now, causing the uploads to fail. Hopefully someone here can help me fix this!
My php.ini is set to default on my shared host!