Hello, I've set up my Amazon Store with Pilkster's wordpress mod for Freekrai's ASM2. My store is http://www.techtoyboy.com/amazon Everything in my store seems to be working fine except for the search function. When I make a search the result is : http://techtoyboy.com/?Operation=ItemSearch&Keywords=try&SearchIndex=Blended instead of http://techtoyboy.com/amazon/?Operation=ItemSearch&Keywords=try&SearchIndex=Blended I've tried to play around with the script but I couldn't find any solution. Is there any one who knows in which line of code I can add my /amazon/ url or how can i fix the mod rewrite???
It looks to me like you need add a slash to the end of the base url. old <base href="http://www.techtoyboy.com/amazon"> Code (markup): new <base href="http://www.techtoyboy.com/amazon/"> Code (markup):