Ajustando .htaccess
This commit is contained in:
parent
8f1207e989
commit
7a23dbdfab
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue