Amazon FreekRai & Pilkster Question

Discussion in 'Amazon' started by bloggerdollar, Jun 23, 2008.

  1. #1
    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???
     
    bloggerdollar, Jun 23, 2008 IP
  2. myhart

    myhart Peon

    Messages:
    228
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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):
     
    myhart, Jun 23, 2008 IP
  3. bloggerdollar

    bloggerdollar Peon

    Messages:
    230
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you so much myhart. I feel silly after trying to edit code for so many hours :)
     
    bloggerdollar, Jun 23, 2008 IP