walrus21
02-19-2008, 05:08 PM
Hi
Here is my settings in my .htaccess file
php_value upload_max_filesize 300M
php_value post_max_size 305M
php_value output_buffering on
php_value max_execution_time 1000
php_value max_input_time 1000
It all works fine, it changes the LOCAL values in the php.ini file. But there are 2 values in the MASTER section of the php.ini file that i need changed. I looked at my phpinfo and the master value doesent change. It says local post max size is 205 but master is only 24 mb and that is what is holding me back. same for the input time.
Can someone please tell me what i put in my .htaccess file to over right the master value so i can have my site working. thanks all!
Here is my settings in my .htaccess file
php_value upload_max_filesize 300M
php_value post_max_size 305M
php_value output_buffering on
php_value max_execution_time 1000
php_value max_input_time 1000
It all works fine, it changes the LOCAL values in the php.ini file. But there are 2 values in the MASTER section of the php.ini file that i need changed. I looked at my phpinfo and the master value doesent change. It says local post max size is 205 but master is only 24 mb and that is what is holding me back. same for the input time.
Can someone please tell me what i put in my .htaccess file to over right the master value so i can have my site working. thanks all!
