Hello
see my rewrite log
init rewrite engine with requested uri /website/about
applying pattern '^/website/(.*)' to uri '/website/about'
rewrite '/website/about' -> '/'
applying pattern '^/(.*)' to uri '/'
rewrite '/about' -> 'http://localhost:5002/about'
forcing proxy-throughput with http://localhost:5002/about
go-ahead with proxy request proxy:http://localhost:5002/about [OK]
but /about route do not existe, this is /website/about and I've got a 404...
It seems like Rewrite Rules is not a possible ( or if I create fake routes /about....)