Blog Sections Open
Fixing Container Links That Generate with a Trailing Slash Instead of .html
Why some Evolution-generated links point to container-style paths and how to bring them back in line with the URL pattern your site expects.
When a project expects links like /section.html but the CMS outputs /section/ for container resources, navigation snippets and breadcrumbs start to drift away from the canonical URL pattern.
This is usually not a content problem but a routing and link-generation rule mismatch. The fix is to normalize how container resources are treated so menus, breadcrumbs, and direct links all agree on the same public form.
Why Pages Return 404 on the First Request and 200 on the Second
A troubleshooting checklist for the strange case where a page returns 404 on the first hit but loads normally on the second request.
Fixing YAMS Tabbed Language Fields That Stop Behaving Correctly
Why YAMS language fields can ignore the expected tabbed layout in resource forms and what to verify in the build and configuration first.