World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
As I mentioned in the previous post EPiServer DDS Performance issues, we decided to modify the plugin 404Handler in order to overcome its limitations in our 60k redirects scenario. So, in this post we will briefly explain what modifications did…...
While working on a project, we found an issue with the 404handler community plugin. The problem appeared when we tried to import 60k redirects through the plugin dashboard interface. First, it took at least 5 hours to upload and process… Continue...
In this blog post, we will create a robots file which will be dynamically generated by using the content of a field in the start page. To generate the file we will implement a http handler that match the request… Continue reading →
While working in a project, a client decided that the search functionality using EPiServer search needed to take into account also the information inside the blocks. Unfortunately, EPiServer search does not implement this functionality by default...
A language switcher is a common task in any EPiServer implementation. In this blog I will show you how to implement a basic language switcher using the EPiServer API. First, we will create a basic Header Helper class which will… Continue reading →