Hello !

Where is the best place to do url rewrite?

Example I have a request /prefix/data/list/5 that I want to be rewritten as /data/list/5 or any other thing just in case that url now moved.

I do not want redirection only internal processing.

Cheers !