1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
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
con risposta 3 anni fa
Contenuto pertinente
- AWS UFFICIALEAggiornata 3 anni fa
- AWS UFFICIALEAggiornata un anno fa
- AWS UFFICIALEAggiornata 2 anni fa
- AWS UFFICIALEAggiornata 2 anni fa
Uh really? I'm using "/" as a delimiter of the regex. Anyway now it works