I have a magento multisite with 2 tld.
a) domain-a.com (Wordpress files located in /blog)
b) domain-b.com (Wordpress files located in /blog_b)
On domain-a.com i have a Wordpress blog installed on domain-a.com/blog
I want to do that same thing on domain-b.com/blog, but it should show other Wordpress installation located in /blog_b
When i change website address in Wordpress located in /blog_b to /blog, it shows the Wordpress installation in /blog and not /blog_b
I do not want to run Wordpress Multisite, nor do i want to integrate Wordpress and Magento.
I guess i need to make a change in .htaccess so when i visit domain-b.com/blog it shows Wordpress install located in /blog_b?
Hope you understand what i am trying to archieve here.