Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Stop processing of subsequent rules" for Rewrite not working #58

Open
Nillski opened this issue Oct 27, 2020 · 0 comments
Open

"Stop processing of subsequent rules" for Rewrite not working #58

Nillski opened this issue Oct 27, 2020 · 0 comments

Comments

@Nillski
Copy link

Nillski commented Oct 27, 2020

Version 1.8.2 - freshly installed on Sitecore 8.2.
<rule name="RuleForH" stopProcessing="true"> <match url="^practices/(h[_0-9a-z-\%]+)" /> <action type="Rewrite" url="practices/h/{R:1}" /> </rule> <rule name="RuleForHREdirect" stopProcessing="false"> <match url="^practices/h/([_0-9a-z-\%]+)" /> <action type="Redirect" url="practices/{R:1}" /> </rule>
Those two rules are working properly while set up directly in ISS but don't work from Sitecore module.
They are behaving like "Stop processing of subsequent rules" is not working at all and going into infinite loop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant