diff --git a/.htaccess b/.htaccess index 4ebe958..c993045 100644 --- a/.htaccess +++ b/.htaccess @@ -7,5 +7,11 @@ DirectoryIndex index.php #Determina o timezone php_value date.timezone "America/Sao_Paulo" +php_value upload_max_filesize 50M +php_value post_max_size 50M +php_value max_execution_time 300 +php_value max_input_time 300 + + #Redirecionamento -RewriteRule ^home$ index.php \ No newline at end of file +RewriteRule ^home$ index.php