1 Answer
- Newest
- Most votes
- Most comments
3
Your regex ends with "/" so the last two URLs will not match because "account" in these URL does not end with "/"
Can you try with "/(account|category|post)"?
Thanks
answered 3 years ago
Relevant content
- Accepted Answerasked 7 months ago
- asked 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 7 months ago
Uh really? I'm using "/" as a delimiter of the regex. Anyway now it works