RewriteEngine on
RewriteCond %{HTTP_HOST} ^sisnetsoftware\.com\.uy$ [OR]
RewriteCond %{HTTP_HOST} ^www\.sisnetsoftware\.com\.uy$
RewriteRule ^/?$ "http\:\/\/sisnet\.com\.uy\/" [R=301,L]

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 66.249.79.78
RewriteCond %{HTTP_HOST} ^sis\-net\.com\.py$ [OR]
RewriteCond %{HTTP_HOST} ^www\.sis\-net\.com\.py$
RewriteRule ^/?$ "http\:\/\/sisnet\.com\.uy\/" [R=301,L]

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

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

RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.sisnet\.com.uy
RewriteRule (.*) https://www.sisnet.com.uy/$1 [R=301,L] 

