http://typo3.org/documentation/docum...1/2/#id2922088
TypoScript configuration
Like with ”simulateStaticDocuments” you need to activate the generation of the virtual file/path names in the TypoScript record – otherwise your website will not utilize the new URL encoding method.
However that is trivial; just place these four lines in the main TypoScript template record of your website:
0: config.simulateStaticDocuments = 0
1: config.baseURL = 1
2: config.tx_realurl_enable = 1
Вообщем причина называет так RTFM
A (Again)
Вообщем кто сталкивался с такой проблемой конфиг пишется не посредственно в TS шаблона ... не знаю что меня переклинило написать его в TS config страницы
Вот так:
page.config{
simulateStaticDocuments = 0
baseURL = yourSiteUrl
tx_realurl_enable = 1
}