
RewriteOptions inherit
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} ^radiolotina\.tufm\.cl$ [OR]
RewriteCond %{HTTP_HOST} ^www\.radiolotina\.tufm\.cl$
RewriteRule ^/?$ "https\:\/\/tufm\.cl\/" [R=301,L]

