Friday, April 2, 2010

How to change php configuration using htaccess

Answer

To change the php configuration values like max_execution_time, upload_max_filesize

use the following line

php_value max_execution_time 90
php_value upload_max_filesize 50M

mod_php module needed to use this ...

No comments:

Post a Comment