Well, guess I found my solution :
Changed detect regex to
^/blabla/([a-z0-9_-]+)/?
and it works like a charm.
FYI, while searching, I tried to use the Apache group (.htaccess) feature.
The # was changing to %23 but I found this interesting comment : use NE flag in rewrite rule to prevent escaping.
This could be nice if your plugin would allow to add flags to rules to put in an htaccess (Apache group).
-
This reply was modified 5 years, 5 months ago by zalemcitizen.