Masthead image for SitecoreFundamentals.com
Banner image for Cloning a Sitecore Xm Instance, Step by Step article

I'm going through a project right now where I need to duplicate some vanilla environments. Due to resource locations being spread out I decided a manual clone was the easiest and fastest path, so today I'll share the process of cloning a Sitecore installation with SQL in Azure, and SOLR in a dedicated VM.

Read More
Banner image for What's Burning My Shard Databases at 100%? article

This morning I was alerted to both shard databases burning at 100%, which should never happen in a right-sized configuration. After some checking around, the problem appeared to be bots indexing this site. That's great, we like bots! But Sitecore wasn't identifying these visits for what they were, and began processing them as Users, to be collected into the xDB. Here's a quick guide to keep these bots that slipped past detection at bay.

Read More
Banner image for How to Configure a Page Template to Have Components in Dynamic Placeholders article

Ok so you have your page templates created, and standard values are set up so desired components are default. Pretty standard stuff. So, what happens when you're using dynamic placeholders, sometimes many at once, and you want to have components in each in the template? It's a simple trick, so here we go.

Read More
Banner image for Sitecore 10 Is Out, but Installing It Isn't Without Its Bugs. HTTP Error 502.5 - Process Failure Can Creep up on You. article

I've been a fan of the graphical installer coming back and simplifying installations. I was even more impressed with the requirements check and auto-installation, which would set up a plethora of components and services. It seems though there's some items missing from this list which needed to be done manually, and we'll go through that today.

Read More
Banner image for Managing a Multilingual Multisite Implementation With a Dedicated Domain for Each Language article

Ok if that title isn't clear enough, let me try again. Our new site has a dedicated domain for each language, so we need to configure the language switcher to point to a FQDN instead of a relative path. There are a few ways to do this, like using configs, but I'm going to show you show to manage this using the site's root node. We're going to also redirect to the right language when context isn't available using IIS.

Read More