Skip to:
The regex in the default rewrites are searching anywhere in the URI, not that the beginning like they should which can lead to false positives.
For instance, I URL like/rest/lucee/extensionwon't get rewritten even though "/lucee" wasn't at the start.
The regex in the default rewrites are searching anywhere in the URI, not that the beginning like they should which can lead to false positives.
For instance, I URL like
/rest/lucee/extension
won't get rewritten even though "/lucee" wasn't at the start.