How can I redirect my non-Shopify website to my Shopify site?

Hello @iliveinohio ,

Check the hosting settings of domain A how they allow you to redirect.
If nothing works find in the source domain and use this tag

<meta http-equiv="refresh" content="0; url=http://example.com/" />

Don’t forget to change the example domain with your destination URL

Thanks