I would like to set in my .htaccess php_value max_execution_time 0
only for path that ends with a determine text, for example \files\upload
I'm using slim php framework
I would like to set in my .htaccess php_value max_execution_time 0
only for path that ends with a determine text, for example \files\upload
I'm using slim php framework
<IfModule mod_php5.c>
php_value max_execution_time 0
</IfModule>
You should put the htaccess file in that folder