Hi! Pavel Antonov wrote: > I have strange problem with RealURL extenstion: Existing page with valid path > not found by RealURL from time to time. If I enter into BE, all works fine - > page found. But if Im not logged into BE, I have error - segment not found. > > Also it's possible to solve problem for sometime, if enter BE, clear RealURL > cache, exit BE and then access target page. Page will be available for some > time, but then error appears again. > > Fault pages always the same... > > Any ideas, what is going on?
Yes. This happens when you have many nested pages: /a/b/c/d/e/f and user first goes to, for example, /a/b/c/d and then goes to /a/b That /a/b will show this error. What you can do? set firstHitPathCache to 1 in pagePath section of configuration. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
