@Andrea_r
Thanks for taking the time to comment on my question. Apologies for the confusion. Your time is really appreciated.
Thanks for the clarification on the plugins. I have deactivated all of them, other than those must use. I suppose I'll should remove them as well.
WHICH one did you set to the primary domain?
I have set http://INSPIREDBYLIFE.ME as the primary domain.
Here's a list of "must use" plugins that are still active:
AutoBlog
Remove WPMU remote calls
Update Notifications
WPMU Blog Registrations
XML Sitemap Feed
WPMU Blog Registrations
I have asked my very helpful host, Hostagtor, for advice as well. This is what they had to say -to date:
it does appear that these broken redirects are created by wordpress:
====================================
[root@gator67 /home/johanhor/public_html/ilocals]# cat .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPress
========================================