craft-plugin-redirect
craft-plugin-redirect copied to clipboard
Add priority to redirects
I have a general redirect rule: behandlung/<a:.+>
to angebot/<a>
. Works perfectly.
Now I added a second redirect rule: behandlung/hyperhidrose-übermässiges-schwitzen
to angebot/hyperhidrose-therapien-gegen-uebermaessiges-schwitzen
.
The second redirect rule also follows the pattern of the first one. Therefore it is ignored and only the first redirect rule is applied. I need a way to prioritize the second rule. Maybe there already is a way to achieve this?