You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm looking to use this module to replace some Web.config rewrite rules.
Our site admins would like to create redirects in the admin without having to have us make code changes.
It seems we can't mix Web.config rewrites with sitecore-based redirects because it's unpredictable.
The Web.config rewrites happen first and sometimes make the sitecore-based rewrite rules not match.
We have many domains pointing to our one Sitecore instance.
Example: "bar.org" (primary site) and "foo.org" (additional domain)
We have two types of rules (using rewrite maps because there are tons of these), shown below.
I know I can handle both of these redirect types with this module, but is there anything I can do to make sure the domain level redirects happen last (after the page-level redirects have had a chance to match)?
Hello, I'm looking to use this module to replace some Web.config rewrite rules.
Our site admins would like to create redirects in the admin without having to have us make code changes.
It seems we can't mix Web.config rewrites with sitecore-based redirects because it's unpredictable.
The Web.config rewrites happen first and sometimes make the sitecore-based rewrite rules not match.
We have many domains pointing to our one Sitecore instance.
Example: "bar.org" (primary site) and "foo.org" (additional domain)
We have two types of rules (using rewrite maps because there are tons of these), shown below.
I know I can handle both of these redirect types with this module, but is there anything I can do to make sure the domain level redirects happen last (after the page-level redirects have had a chance to match)?
Page Level:
Domain Level:
The text was updated successfully, but these errors were encountered: