
RewriteOptions inherit

RewriteEngine on

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

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

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “alt-php73” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-alt-php73 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
