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

# Desabilitar listagem de diretórios
Options -Indexes

# 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
