I have purchased an SSL cert for my domain and I want to use it for a subfolder on a DIFFRERENT server. (I have installed the SSL cert on the second server that doesn't have DNS pointing to it for my domain name.)
My idea is to use .HTACCESS or DNS entry to point a subfolder of domain go to different IP address.
Is this possible?
eg:
IP xx.xx.xx.01 website.com/shop
The htaccess or DNS on the domain above forwards to SAME domain name on different IP address...
IP xx.xx.xx.02 website.com/shop
If this is not possible, then I will just need to get another SSL certificate, but I would like to avoid that if possible.
Thanks in advance for your suggestions.
Emmanuel