Hi @Karim Darbeida,
but it can't catch the tfs subfolder , I tested all the possibilities ....(only with match url, with conditions ... no way)
Because the first rule has already intercepted all requests(match the url)and rewritten them to "http://sptfs2:81", so it will never match the second rule.
And I'm not sure why you're rewriting the actions of both rules to the same path, if that's what you want then you only need the first rule. But if you just want it to match subfolder paths, you can change the order of the two configured rules and add the attribute stopProcessing="true"
to the forward
rule.
If I misunderstood your requirements, please describe your site structure and rewrite/redirection needs in detail.
Best regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.