Andre van der Hoeven
-
1/13/2006 3:12:41 PM
Re: Incorrect URL to Files in search result
Hi Petr, The CMSSearchResults control already uses the SearchResultRedirect.aspx page (I'm using the Sample Corporate site). So, the actual search result URL is:
http://localhost/KenticoCMS/SearchResultRedirect.aspx?idpath=/20/115
which redirects to:
http://localhost/KenticoCMS/Files/KenticoCMSTutorial_pdf.aspx
which returns a 404 (resource not found). Excluding the Files directory:
<add key="CMSExcludedDirectories" value="/ControlsExamples;/Files" />
makes no difference. I'm using version 1.8.2174, .NET 1.1, C#. Is Kentico supposed to redirect to a .aspx URL? Thanks, Andre
|