myadmin/.htaccess
2025-07-03 13:11:29 -03:00

10 lines
No EOL
245 B
ApacheConf

RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
DirectoryIndex index.php
#Determina o timezone
php_value date.timezone "America/Sao_Paulo"
#Redirecionamento
RewriteRule ^home$ index.php