Changing PHP Directives via Apache:
Specifically, I'm trying to find out if you can use Apache config or .htaccess to alter the upload_tmp_dir directive.
In php3, you could change all of the php directives that were part of the php3.ini file via Apache config or htaccess, or so the manual says.
The manual also says that there are fewer directives that you can change via apache as of php4.
I have the same problem as many do, we're using php but the host won't give us access to the ini file.
Running Apache, Unix, php4
Thanks for any enlightenment!
matt.