• Resolved Florian

    (@pictibe)


    Hi,

    how can i redirect search strings to a static page?

    This doesnt work as regex:
    ^/?s=200
    /?s=200

    The target domain appers as relative url and not absolute and the slashes and double points are changed like %3A%2F%2.

    Any solution for it?

    Florian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Godley

    (@johnny5)

    If you just want to redirect that particular search then you can use a plain redirect. If you want to redirect all of them in general then note that the ? is a regular expression character and you will need to escape it with \?

    Thread Starter Florian

    (@pictibe)

    Okey without regex it works fine and on a multisite its a little bit difficult but it works ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect Search strings’ is closed to new replies.