Ajustando .htaccess

This commit is contained in:
Kenio 2025-08-13 11:28:42 -03:00
parent 8f1207e989
commit 7a23dbdfab

View file

@ -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
RewriteRule ^home$ index.php