World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
We’re moving a client from a Dreamweaver-based site to an EPiServer site. One of the only reasons they had left to FTP into the site at any time was to manage the robots.txt file. We wanted to eliminate that reason so we could shut FTP off...
If you create a link inside an EPiServer page to another EPiServer page, the link that gets embedded in the HTML is not friendly. It looks something like this: /Templates/PageTypes/TextPage.aspx?id=66 EPiServer corrects these links very late in t...
Here’s a fact -- not every page needs to be explicitly named. I mean, they all have to have names , but you shouldn’t have to manually enter them all the time. Often, a page should have its name derived from other properties. For instance, if yo...
We’re doing an multi-lingual site, and one of the requirements is that we put the language identifier in the URL. So URLs will look like: /en/some-page /fr/some-page And, of course, this URL is also valid: /some-page This always makes me nervous...
I was doing an EPiServer demo the other day, and was the showing the “simple address” feature that lets you map pages to simple URLs like “/register” or “/info.” The client asked if those simple URLs could redirect rather than rewrite. At the...