diff --git a/.htaccess b/.htaccess index 27fccda1..74693bcf 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,13 @@ + + php_value upload_max_filesize 100M + php_value post_max_size 100M + php_value max_execution_time 30 + php_value max_input_time 30 + php_value max_file_uploads 25 + + - DirectoryIndex index.php5 index.php + DirectoryIndex index.php