
RewriteOptions inherit
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

RewriteEngine On
Options +FollowSymLinks +MultiViews

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
RewriteCond %{HTTP_HOST} ^espacotoulouse\.com\.br$ [OR]
RewriteCond %{HTTP_HOST} ^www\.espacotoulouse\.com\.br$
RewriteRule ^/?$ "http\:\/\/www\.sankarlohotel\.com\.br" [R=301,L]

RewriteCond %{HTTP_HOST} ^sankarlohotel\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.sankarlohotel\.com$
RewriteRule ^/?$ "http\:\/\/www\.sankarlohotel\.com\.br\/site\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^sankarlo\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.sankarlo\.com$
RewriteRule ^/?$ "http\:\/\/www\.sankarlohotel\.com\.br\/site\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^app$ "http\:\/\/www\.donato\.inf\.br\/app\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^email$ "http\:\/\/www\.donato\.inf\.br\/app\/roundcube\/" [R=301,L]

