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?
/products/
, how do you know without querying Wordpress that you need to display a WP page or a Magento category? Or you could of course add some rewrite rules, but you will have to do that for every post, which can be hard to keep up. – vardwp_insert_post_data
and add the rewrite rule from here in the main htaccess file. I guess this could work. – vard