đ§ How to Set Up DNS Records When Using Squarespace for Your Domain
If your domain is hosted on Squarespace but your website or app (like Rent Flow Solutions) is hosted elsewhere, youâll need to update your DNS records so everything points to the correct location. This guide walks you through how to do that safely.
đȘ Step 1: Access Your Domain Settings
Log in to your Squarespace account.
Go to the Domains section.
Find the domain youâre working with â for example,
rfsonboarding.com.Click on it, then select DNS Settings.
đ Step 2: Add Custom Records
Scroll down to Custom Records.
Youâll be adding a few CNAME records (for subdomains) and one A Record (for the root domain).
đ§© Step 3: Add Your CNAME Records
Most of your subdomains (like purchase.rfsonboarding.com or email.rfsonboarding.com) use CNAME records.
Click Add Record
Choose CNAME as the type
In the Host field, enter the subdomain (e.g.,
purchase)In the Data or Points To field, enter:
sites.ludicrous.cloud
Click Save
đĄ Tip:
You can create as many subdomains as you need â just repeat this process with a different host name (e.g., email, portal, app, etc.).
đ Step 4: Add the A Record
The A Record connects your main domain (without âwwwâ) to the new website.
Add another record
Choose A as the type
Set the Host to
@Set the IP Address to:
162.159.140.166
Click Save
â ïž Important: Donât Connect Too Early
If your current website is still live (for example, on Squarespace), do not yet connect your A Record or WWW CNAME.
Doing so will make your existing site go dark.
Wait until Rent Flow Solutions or your new web host confirms that your new site is ready before pointing these records live.
â Step 5: Confirm Everything
Once your A Record and CNAMEs are added:
Use a DNS checker tool (like dnschecker.org) to verify propagation.
Confirm that your subdomains load correctly.
Then, once youâre ready for the new site to launch, connect your
wwwCNAME to the same destination.
đŹ Summary
Record Type | Host | Points To / IP | Notes |
CNAME | purchase | sites.ludicrous.cloud | Subdomain (purchase.rfsonboarding.com) |
CNAME | sites.ludicrous.cloud | Optional additional subdomain | |
A | @ | 162.159.140.166 | Root domain (rfsonboarding.com) |
CNAME | www | sites.ludicrous.cloud | Connect only when ready to go live |
