Possible Duplicate:
User Specific Php.ini When php is ran as a module?
Hello,
I need to increase some limits for PHP but do not have access to php.ini. The changes I need to make would look like this:
php_value upload_max_filesize 50M
php_value post_max_size 50M php_value
max_execution_time 600 php_value
max_input_time 600
Is it possible to do that in .htaccess? If it is, how?
Thank you.