Показать сообщение отдельно
Старый 10.08.2007, 19:15   #6
Sergey M Nikitin
Administrator
 
Аватар для Sergey M Nikitin
 
Регистрация: 10.07.2007
Адрес: Moscow
Сообщений: 181
Отправить сообщение для Sergey M Nikitin с помощью ICQ Отправить сообщение для Sergey M Nikitin с помощью Skype™
По умолчанию Кароче нашел причину

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

Вообщем причина называет так RTFMA (Again)

Вообщем кто сталкивался с такой проблемой конфиг пишется не посредственно в TS шаблона ... не знаю что меня переклинило написать его в TS config страницы

Вот так:
page.config{
simulateStaticDocuments = 0
baseURL = yourSiteUrl
tx_realurl_enable = 1
}
__________________
nikitinsm.ru
Sergey M Nikitin вне форума