I want to create a dynamic subdomain for each category.
E.g. my side is www.bbq.com and when I select the xyz category it will redirect to xyz.bbq.com and when abc it will redirect to abc.bbq.com and so on.
I am using Magento 2 x, PHP 7, MySQL 6
For the above dynamic subdomain, I have created different store on one website. now i am redirecting properly to perticular category.
if suppose, i am redirecting to abc category i.e abc.bbq.com i want to show only those product who belonging to abc category i.e product is sort by category.
In what the way above things should be achieve?