Adding WordPress blog to a Magento shop with Fishpig Magento WordPress Integration
Adding WordPress blog to a Magento shop with Fishpig Magento WordPress Integration
http://robcubbon.com
Do this in wp-config.php in the /wp/ WordPress file
update_option(‘siteurl’,’http://website.com/wp’);
update_option(‘home’,’http://website.com/index.php/blog’);
This can also be done in WordPress — Settings — General.
And the go here: http://website.com/wp/wp-admin/index.php?refresh=1
source