
RewriteEngine on
RewriteCond %{HTTP_HOST} ^institutoalbertsabin\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.institutoalbertsabin\.com$
RewriteRule ^/?$ "http\:\/\/institutoalbertsabin\.com\.br\/" [R=301,L]
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} !on
RewriteCond %{HTTP_HOST} ^institutoalbertsabin\.com\.br$ [OR]
RewriteCond %{HTTP_HOST} ^www\.institutoalbertsabin\.com\.br$
RewriteRule ^/?$ "https\:\/\/institutoalbertsabin\.com\.br\/" [R=301,L]

# BEGIN WordPress
# As diretrizes (linhas) entre "BEGIN WordPress" e "END WordPress" são
# geradas dinamicamente e só devem ser modificadas através de filtros do WordPress.
# Quaisquer alterações nas diretivas entre esses marcadores serão sobrescritas.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

# 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___lsphp .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
