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

