I have a website hosted to root domain say www.example.com. Can I do the mapping as follows-
www.example.com/portal1 mapped to www.portal1.com
www.example.com/poral2 mapped to www.portal2.com
www.example.com/portal1/product/product1-> www.portal1.com/product/product1
www.example.com/portal2/product/product1-> www.portal2.com/product/product1
Please note that all the urls mentioned on left hand side are working correctly (mapping is done). Portals are variable so there can be n number of such portals.
Thanks in advance for help