RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# Desabilitar listagem de diretórios
Options -Indexes

# php -- BEGIN cPanel-generated handler, do not edit
# Defina o pacote “ea-php74” como a linguagem padrão de programação “PHP”.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
   php_flag display_errors Off
   php_flag display_startup_errors Off
   php_flag html_errors Off
   php_value docref_root "0"
   php_value docref_ext "0"
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors Off
   php_flag display_startup_errors Off
   php_flag html_errors Off
   php_value docref_root "0"
   php_value docref_ext "0"
</IfModule>
# END cPanel-generated php ini directives, do not edit
