douniani679741 2016-02-18 08:03
浏览 72
已采纳

htaccess为路径设置max_execution_time

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

  • 写回答

1条回答 默认 最新

  • dpbl91234 2016-02-18 08:31
    关注

    .htaccess file

    <IfModule mod_php5.c> php_value max_execution_time 0 </IfModule> You should put the htaccess file in that folder

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?