Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
Hi,
I think it is called robot search.
In an EPiServer 4 site, in Admin Mode, System configuration ->Manage web addresses.
It should be documented in an administrators manual for EPiServer 4.x
/Per
Hello Per,
I know where it's set :) when i asked for where the rewriting is done, i was referring to the actual assembly / module / method which does this. :)
I suppose you want to do this in CMS 5.
Is this what you are looking for? Under the episerver-section in web.config you have the following section:
<urlRewrite defaultProvider="EPiServerFriendlyUrlRewriteProvider">
<providers>
<add name="EPiServerFriendlyUrlRewriteProvider" type="EPiServer.Web.FriendlyUrlRewriteProvider,EPiServer" />
<add description="EPiServer identity URL rewriter" name="EPiServerIdentityUrlRewriteProvider" type="EPiServer.Web.IdentityUrlRewriteProvider,EPiServer" />
<add description="EPiServer bypass URL rewriter" name="EPiServerNullUrlRewriteProvider" type="EPiServer.Web.NullUrlRewriteProvider,EPiServer" />
</providers>
</urlRewrite>
This is the default-setting for the url-rewriters. I have looked quicly which one is for Semi-friendly Urls but havent found it.
/Hans
Sorry, read your question more carefully. I guess you want to know where its done in EPiServer 4.
/Hans
Hi,
I don't think the robot links are implemented in cms 5.
The resolving of the urls in cms 4 is in SpiderSupport class in EPiServer.Util. Assembly - EPiServer.dll.
-Per
Hello,
In Episerver4, there is an option to have SEO friendly Urls, e.g. example.com/tempates/Page____1234.aspx - although friendly urls are mentioned many places in tech notes and documentation i cannot find any documentation on these urls.
Does anyone know where the rewriting to support these urls are done?