Hi there,
Issues:
1-Cannot get domain.com (currently brings users to old WordPress website version) to redirect to www.domain.com (currently brings users to new Netlify-Gatsby website)
2-Cannot set CMS domain/settings properly (ie. cms.domain.com)
Domain and WordPress are with main Web Host at wpx.net (so Netlify is not main platform for DNS.)
Netlify and WP are linked via plugins, no issues there.
Domains and IPs below are placeholders.
CURRENT SETUP
Web Host DNS Settings
@ A 75.2.60.5 (This is Netlify’s IP, I need at least 1 @ record in web host DNS settings, won’t let me delete it)
www CNAME crodeng18yf99.netlify.app (without CNAME, the www.domain.com shows an error in Netlify settings)
Netlify settings under Domain Management> Domains
crodeng18yf99.netlify.app
www.domain.com (as primary domain)
domain.com (supposed to redirect to www.domain.com)
TRIED THIS SETUP FOR CMS
Web Host DNS Settings **
I tried to set cms.domain.com in Web host and WordPress wp-config.php file (so no more domain.com in WordPress.)
Web Host lists 2 IPs for standard WordPress installation, I used them for the cms. subdomain.
@ A 111.1.111.11
cms A 111.1.111.11
@ A 111.1.111.22
cms A 111.1.111.22
Any help greatly appreciated.
MC