From 7a23dbdfabdec5ac2695871669792b9c80e72633 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 13 Aug 2025 11:28:42 -0300 Subject: [PATCH] Ajustando .htaccess --- .htaccess | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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