Skip to content

Regex issue #178

Description

@OlenaKysl

Hello,

I created a regular expression to redirect any URL starting with /en/blog/article to the corresponding /en/resources/blog/article. I initially used the pattern ^/en/blog/(.*) with the replacement /en/resources/blog/$1, but it either doesn’t trigger the redirect or ends up generating a broken URL like /en/blog/%5E(/en/blog/%5E(/en/blog/%5E(/en/blog/)(.+)$. Could you please advise on how to fix this issue?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions