Skip to main content

Posts

Showing posts with the label HttpRequestBegin

Notes on Lowercase Sitecore URL's

Most customers that I work with consider the provision of standardised lowercase URL's to be a basic requirement for their site. In this post, I discuss some issues that Sitecore developers face in trying to meet that requirement. I also provide some simple code snippets that you might find helpful.

First and Last Publish Dates in Sitecore

Sitecore users and developers occasionally ask how to find out when an item was most recently published or when it was first published. Unfortunately, the answer isn't as simple as you might assume.

Create Site Specific Pipeline Processors for Sitecore

This post outlines a method of selecting different processors in the httpRequestBegin pipeline depending on the context site.  (Edit: John West has now  expanded on this idea , with an approach that does not require a 'parent' processor)