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
script type="text/javascript" src="http://aos-creative.prf.hn/creative/camref:100l3Rd/creativeref:10l3694">
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