Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of a regular expression #16

Closed
oim37 opened this issue Sep 20, 2023 · 1 comment
Closed

Example of a regular expression #16

oim37 opened this issue Sep 20, 2023 · 1 comment

Comments

@oim37
Copy link

oim37 commented Sep 20, 2023

Hello,

Please give me an example of a regular expression for this redirect match type:

I need redirect all pages from /vps/kb/* to /support/kb/*

in * - many pages with same URI.

@oim37
Copy link
Author

oim37 commented Sep 20, 2023

Find Documentation and examples in plugin folder.

from: @/vps/kb/(.*)?@
to: /support/kb/{1}

Working.

@oim37 oim37 closed this as completed Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant