his article covers the most frequently asked questions about connecting domains, configuring DNS records, managing SSL certificates, and ensuring your site shows as secure. Whether you're pointing a domain from GoDaddy, using Cloudflare, or troubleshooting an SSL issue, you'll find the answers here.
Q: Do I need an A Record or CNAME or both to connect a domain?
To connect a domain to WordPress Hosting Pro, you'll need either an A Record or a CNAME Record, depending on what part of the domain you're connecting:
-
Use an A Record to link the root domain (e.g.,
mybusiness.com
). -
Use a CNAME Record to link a subdomain (e.g.,
www.mybusiness.com
).
You must use at least one of these. It’s common to use both: an A Record for the root and a CNAME for www
.
Q: When should I use a CNAME Record?
Use a CNAME Record any time you want a subdomain (like www
or blog
) to point to your WordPress Hosting Pro site.
Examples:
-
www.business.com
-
listings.business.com
For the “Host” field in the record, only enter the subdomain part (e.g., www
or listings
).
Q: When should I use an A Record?
Use an A Record when connecting your primary/root domain, such as mybusiness.com
, directly to your WordPress Hosting Pro site.
Q: How do I configure my DNS records to connect to WordPress Hosting Pro?
To connect a domain:
A Record
-
Host:
@
-
Points to:
34.149.86.124
CNAME Record
-
Host:
www
-
Points to:
host.websiteprohosting.com
Additionally, be aware of CAA Records:
-
If no CAA Record exists, any certificate authority (CA) can issue an SSL certificate.
-
If using a CAA Record, you must authorize
letsencrypt.org
(used by WordPress Hosting Pro) to issue certificates.
Q: How do I point a GoDaddy domain to WordPress Hosting Pro?
Part 1: DNS Settings in GoDaddy
-
In GoDaddy, go to Domains > All Domains.
-
Select your domain and go to Manage DNS.
-
Under Records:
-
Add an A Record for
@
that points to34.149.86.124
. -
Add a CNAME Record for
www
that points tohost.websiteprohosting.com
.
-
-
Click Save.
- Allow up to 24 hours for all changes to take full effect. During this time your old host may still be serving your site’s traffic. You can check on the status of your DNS Settings using tools like MxToolbox DNS Lookup or viewing the Domains tab in WordPress Hosting Pro.
Flush Google’s DNS cache for faster propagation: Google DNS Cache Flush Tool
Part 2: Connect Domain in WordPress Hosting Pro
-
Log into WordPress Hosting Pro and go to the Domains tab.
-
Click Connect a Domain and enter your domain.
-
Wait a few minutes for the domain to show as "Connected."
-
If needed, disable Redirect to HTTPS temporarily while the SSL certificate is provisioning. Remember to re-enable it once secure.
- Click Make Primary on the domain that you want all your visitors to be redirected to.
Q: How do I move my domain to Cloudflare DNS?
-
Create an account at Cloudflare.
-
Choose a free or paid plan.
-
Add your domain.
-
Cloudflare will display nameservers to replace at your domain registrar.
-
Update your domain’s nameservers to Cloudflare’s.
-
All DNS records must now be managed in the Cloudflare DNS zone.
More details: Cloudflare setup guide
Q: How do I connect a Cloudflare-managed domain toWordPress Hosting Pro?
A: You can connect a Cloudflare-managed domain to WordPress Hosting Pro by following a few key configuration steps in both Cloudflare and WordPress Hosting Pro.
Step-by-step instructions:
-
Ensure your DNS records are set correctly
-
Add the necessary A and CNAME records for your domain in Cloudflare as described in the DNS setup instructions for WordPress Hosting Pro.
-
A Record:
@ → 34.149.86.124
-
CNAME Record:
www → host.websiteprohosting.com
-
-
In Cloudflare:
-
Go to the SSL/TLS > Overview tab and set SSL to
Full
-
Under SSL/TLS > Edge Certificates, turn “Always Use HTTPS” to
Off
temporarily
-
-
In WordPress Hosting Pro:
-
Go to the Domains tab and add your domain
-
Wait for the domain status to show “Connected” (DNS propagation may take time)
-
-
Return to Cloudflare:
-
Once connected in WordPress Hosting Pro, go back to Edge Certificates and switch “Always Use HTTPS” to
On
-
Additional Notes:
-
Four-level domains (e.g.
www.your.business.com
) may face limitations when using Cloudflare’s proxy (orange cloud) feature.-
Solution 1: Disable DNS and HTTP Proxy (CDN) mode for that domain
-
Solution 2: Purchase a custom SSL certificate in Cloudflare under
SSL/TLS > Edge Certificates > Order SSL Certificate
-
If HTTPS doesn't activate immediately, this is usually due to DNS caching. You can flush DNS manually or wait up to 24 hours for propagation.
Q: Why do DNS record changes take time to update?
DNS records are cached by Internet Service Providers (ISPs) to improve global internet performance. That’s why changes don’t take effect instantly.
Two ways to influence DNS update speed:
-
Adjust TTL (Time To Live):
-
TTL tells systems how long to cache the record.
-
Set it to 5–60 minutes for quicker propagation (if your provider allows it).
-
-
Flush DNS manually:
-
Use Google’s DNS Flush Tool to refresh their cache for your domain.
-
Propagation can still take up to 24 hours depending on the ISP.
Q: Do I need to do anything to get an SSL certificate for WordPress Hosting Pro?
No. All WordPress Hosting Pro sites are automatically issued an SSL certificate from Let’s Encrypt. This typically completes within a few minutes, but can take up to 24 hours.
Q: Why does my site still show as “Not Secure” even with SSL?
This issue is usually caused by mixed content—when some elements (like images or scripts) on your site still load over http://
instead of https://
.
To troubleshoot:
-
Open your site.
-
Press F12 or right-click and choose Inspect, then open the Console tab.
-
Look for errors about insecure content such as
Any http://
assets must be updated to https://
or replaced.
Recommended guide:
How to fix mixed content in WordPress (WPBeginner)
Q: Does WordPress Hosting Pro support AAAA Records or IPv6?
Currently, Vendasta does not support AAAA Records (IPv6). WordPress Hosting Pro requires only an A Record that points to the IPv4 address: 34.149.86.124
.
Q: How many subdomains can I use with WordPress Hosting Pro?
There is no limit to the number of sub-domains allowed or supported by WordPress Hosting Pro, however, all sub-domains will be redirected to a single primary domain.
For example, a customer can decide to have:
- website.com(PRIMARY)
- portal.website.com
- portal2.website.com
- portal3.website.com
- portal100.website.com
All these sub-domains can be added to WordPress Hosting Pro, but you can only have 1 primary domain. All secondary domains will redirect to the primary domain.
Important things to note:
- The sub-domain CNAME DNS record has to point to host.websiteprohosting.com
- All the sub-domains will redirect to the primary domain.
- Each sub-domain cannot be configured to redirect to anywhere else other than the primary domain on WordPress Hosting Pro.
-
When setting up sub-domains, you would add only the subdomain portion as the host in your record.