Hi all, I’m trying to get my head around a problem and hoping for some clarity
I have built a basic LAMP site running on a VPS.
My client also has a site built on WIX.
I would like to get both sites running under the one domain name. Perfect solution would be (though I don’t believe is possible):
example.com → WIX
example.com/x → WIX
example.com/y → LAMP
example.com/z → LAMP
My next idea would be to use subdomains:
www.example.com → WIX
xyz.example.com → LAMP
Is any of the above possible when trying to work with WIX and LAMP setups without spending lots of money on something like nginx? Or do I just have to use different domains?