• Resolved mhertog

    (@mhertog)


    The search box refers to /search-ngg-images page, which exists.
    However, I have installed WP in a /cms folder and use .htaccess to point to the domain. Everything works, but the landing page now refers to /cms/search-ngg-images instead of /search-ngg-images and consequently shows a 404 error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpo-HR

    (@wpo-hr)

    The plugin uses php and wordpress functions to provide its functionality.
    htaccess redirection is outside the scope of that environment.
    You could use a normal wp subfolder installation which will be recognized by the plugin.
    Alternatively, for a quick solution, you could override the action-parameter in the widget searchform in the plugin sourcecode and enter your correct landing page address.
    If need be, I could add a redirection parameter on the plugins setting page to override that action parameter automatically. But that would be an issue for a forthcoming maintenance release.
    Best regards
    Harald

    Thread Starter mhertog

    (@mhertog)

    Hi Harald,

    thanks for coming back to me. I have reproduced your solution using the code inspector of Firefox, but find myself unable to locatie the coding in the plugin to override it. Could you give me some pointers?

    And when is your next maintenance release?

    Thanks, Maurice

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘landing page error’ is closed to new replies.