Skip to content

Regex issue #178

@OlenaKysl

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions