Hi!

> RTFM because your fixedPostVar configuration is incorrect. Also you must
> have "is root" set. It is not optional when linking across domains.

Thank you Dimitry for pointing me a right direction.
Maybe somebody else will have the same problem in the future, so here
is my solution:
I inserted page ids directly in fixedPostVars section as following:
   'fixedPostVars' => array(
                       'post' => array(
                               array(
                                       'GETvar' => 'tx_ttnews[tt_news]',
                                        [...]
                             ),
                         '22' => 'post',
                         '15' => 'post',
                       ),
and the RealUrl is working now just fine (I also set "is root" in every page).


Best regards
Tymoteusz Motylewski
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to