diff --git a/airtime_mvc/public/.htaccess b/airtime_mvc/public/.htaccess index b19791a33..2fb1d45cf 100644 --- a/airtime_mvc/public/.htaccess +++ b/airtime_mvc/public/.htaccess @@ -1,3 +1,7 @@ +php_value post_max_size 100M +php_value upload_max_filesize 100M +php_value request_order "GPC" +php_value session.gc_probability 0 RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR]