Apropos Sitecore blog: Configuration

  • Sitecore 404 without 302

    As I recently migrated the "Apropos Sitecore" blog from Typepad to Sitecore I put some effort in to setting up legacy URL rewriting. In case I missed anything I wanted to ensure that the 404 handling on the new blog was set up appropriately. I have always felt that the default way Sitecore handles 404 request was a bit annoying. If a users misspells a URL or perhaps misses out a couple of characters when copying a URL they will be redirected… Read more ►

  • Removing Sitecore configuration elements via include files

    After a recent discussion on the SDN forum I thought it would be worth mentioning that it is possible to remove elements form the Sitecore configuration with a patch command (it may not always have been there - but this works in Sitecore 6.5). Here is an example: <configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"> <sitecore> <pipelines> <preprocessRequest> <processor type=&q… Read more ►