Chris Adams
Chris Adams
Is there anything suspicious in your site config's `encodeNameReplacements` section? I'm referring to the Web.config that's local to your site, not globally in IIS.
There’s likely something in the way the ItemResolver is configured that’s stopping the resolution process before the module can be reached. Wonder if we should jump on a quick video...
Yep that seems ok. You also can modify the regex you’re using to what it would need to be after the matching. I’d be happy to include this in the...
Hi! I wonder if Sitecore 8.2 changed something about the HttpRequestArgs object? Others have had success with Sitecore 9, perhaps recent changes have made it incompatible with Sitecore 8.2. I’m...
Hi! Which pipeline is it being included in, and where? Have all the items been created at the locations the .cs file is mentioning? Are your item IDs for the...
You also need to install the config file; but I did think the package took care of that, however it might not take care of getting it into the right...
Hmmm, I can't see anything obvious; looks like the query should be finding the item, the template name is correct. Can I suggest you build your own copy with better...
Hi! Thanks for pointing this out! If you'd like to submit a PR, I'd be very happy to merge.
Absolutely, although there might be code changes to make sure the right item is used for the user making the request. You’d be very welcome to put whatever is needed...