I have done the Magento - Wordpress integration through fishpig plugin. The URL of my posts, pages etc have changed now (because fishpig puts additional /blog/ in the URL.
Before integration my wordpress url was like below.
http://www.abcdomain.com/post-name
Now they have changed to like below
http://www.abccomain.com/index.php/blog/post-name
I have removed the index.php through .htaccess, however, I want to remove the blog from the URL as well so that my URLs should remain as they were before the integration.
Is this something which can be done through .htaccess OR through modifying the magento code + .htaccess?