We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 12983
    • 108 Posts
    I do have friendly URLs activated, with use friendly alias path activated.
    AjaxSearch 1.7.1.

    I have a "test" node under parent node (0), with content:
    [!AjaxSearch!]
    

    Calling the page:
    http://mydomain.com/test
    

    ...the AjaxSearch works good, I can see the results and click them.

    But, if I move the "test" node under another node - say - "home" under "en", it does not work!
    That is, calling the page:
    http://mydomain.com/en/home/test
    

    ...the AjaxSearch form is showed, I type something in, press the submit search button, and the searching and cross gifs are shown, but nothing else, and nothing is retrieved and showed.

    What should I correct/do in order to have it working in my environment with friendly urls activated?
      • 5811
      • 1,717 Posts
      Do you have added the line <base href="[(site_url)]"/> in the head of your template ?

      The BASE element gives the base URL for dereferencing relative URLs.
        • 12983
        • 108 Posts
        No I didn’t.
        Thanks, I’ll try a.s.a.p. and will post feedback here, eventually putting the "[SOLVED]" prefix on the subject.