Reputation: 1531
Okay, so I'm trying to do this, but in IIS: Apache mod_rewrite is removing slashes and generally ignoring my rules
I've successfully imported the rules, and they each work correctly on their own, but for some reason IIS is not running the full list of rules to completion, regardless of whether I have "stop processing" checked or unchecked for each rule. Instead it fails with a 404 after the first matched rule instead of continuing to match subsequent rules, which I believe would result in the correct file found.
Is this some sort of IIS debug setting? Can I do anything about it? Thanks!
Upvotes: 1
Views: 1253
Reputation: 1071
Use Failed Request Tracing to trace/debug IIS Rewrite rules execution.
Upvotes: 2