I’m currently working on setting up an A record for my domain to connect with Shopify. However, I have some challenges regarding redirects for certain URLs that Shopify’s native redirect feature does not support.
While Shopify allows URL redirection, it does not work for key paths like ‘/cart’ or ‘/checkout’. This is problematic for me because I have some old URLs that contain those paths, and I need to redirect them to maintain my SEO ranking.
I’m curious if there is a DNS method that lets me set the A record to point to Shopify while still redirecting these specific URLs. The difficulty arises because after I create the A record pointing to Shopify, requests are sent straight to their servers, meaning I can’t implement server-side solutions, such as .htaccess files.
Has anyone experienced a similar situation? I’m looking for DNS-based methods to achieve this without depending on server-side redirects, as those would be ineffective once my domain resolves to Shopify.