Got another problem now. Some of the subdomains are listed on the search engines. When I changed to primary domain I get a 404 back to the main site from the subdomains. Not good to have thousands of 404 pages at one time.
eg: https://autoinsuranceandcalifornia.mywpblogs.info
I added a rewrite to the .htaccess file
RewriteEngine on
RewriteCond %{HTTP_HOST} doublediscountcheck\.mywpblogs\.info
RewriteRule (.*) https://www.doublediscountcheck.com/$1 [R=301,L]
However only the main subdomain is redirected. Any other pages still 404. Can you help me find the correct coding? Thanks a bunch.
Bill Simms