[TYPO3-core] Patch: simulateStaticDocuments and SEO
Dmitry Dulepov
dima at spamcop.net
Wed Jan 18 14:25:51 CET 2006
Hi!
Martin Kutschker wrote:
>>It can lead to funny confusions :) For example, page with uid=2 and
>>name "Terminator" gives "Terminator-2.html" :)
>
> You could try double hyphens;
>
> Terminator--2.html
>
> Any better?
Not really... It conflicts with internal processing of URLs. Duplicates
of separator char are removed as well as separator chars in the
beginning and end of the prefix. I.e. in the current version you should
never get one of the following:
Terminator--comes-back.2010.html
-Terminator-comes-back.2010.html
Terminator-comes-back-.2010.html
Dmitry.
More information about the TYPO3-team-core
mailing list