Code: Select all
www.domain1.com/store/
Code: Select all
www.domain2.com/store/
I've tried an htaccess redirect, but it's just a redirect, and doesn't maintain the domain2.com url. I've been told I can't accomplish this with a CNAME. My understanding is that the only way to solve the problem is to change the hosting of the original store to
Code: Select all
www.domain1.com
From there, would I be able to redirect a subdomain (like
Code: Select all
shop.domain2.com
From a server perspective, the original store is at /public_html/store/ and the second site is at /public_html/domain2/
What makes sense from an administration standpoint?
Thanks in advance, I'm new to this Apache stuff.