I have two URLs that point to my store. Enter either one, and you end up at the store home page.
fresh-food2u.com/
and myweddingtogo.com
I would like myweddingtogo.comto go directly to ``fresh-food2U.com/collections/my-wedding.to-go`` instead of the home page.
I could use “forwarding” on my DNS (bypassing the whole Domain Connection bit) but I hoped there was a way to do this within the Shopify architecture. I read the guide on redirects and I’m not sure I’m thinking of redirect like Shopify does.
Thanks Devcoder,
Should I ‘delete’ that domain name from Shopify (under Settings/Domains) and remove the current Shopify related CNAME records from the DNS ? Kinda seems prudent, but thought I would ask.
Shopify cannot redirect an entire connected domain (myweddingtogo.com) to a specific subpage. Shopify redirects only work within the same domain, not between domains.
To do what you want, you must either:
1. Use DNS forwarding myweddingtogo.com → fresh-food2u.com/collections/my-wedding-to-go
(best and cleanest option)
2. Or add a theme script to redirect, but it loads after the homepage and isn’t ideal.
So: Shopify doesn’t support this natively — DNS forwarding is the correct solution.
Thanks Danishsomin11,Should I ‘delete’ that domain name from Shopify (under Settings/Domains) and remove the current Shopify related CNAME records from the DNS first? Kinda seems prudent, but thought I would ask.