RewriteOptions inherit

RewriteEngine on

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ "http\:\/\/hospedaempresa\.com\/financeiro" [R=301,L]

RewriteCond %{HTTP_HOST} ^hospedaempresa\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.hospedaempresa\.com$
RewriteRule ^/?$ "https\:\/\/www\.hospedaempresa\.com\/financeiro" [R=301,L]


# Habilitar o PHP 5.3
AddType application/x-httpd-php53 .php - See more at: http://faq.hostgator.com.br/content/54/290/pt-br/habilitando-o-php-53-em-seu-site.html#sthash.XioZHylz.dpuf

