php - Realurl generating unwanted language codes inside url -
i'm again stuck realurl trouble.. time it's worse ever. i've configured realurl_conf l parameter other parameters.
'prevars' => array ( array( 'getvar' => 'no_cache', 'valuemap' => array( 'nc' => 1, ), 'nomatch' => 'bypass', ), array ( 'getvar' => 'l', 'valuemap' => array ( 'en' => '0', // default 'it' => '5', // italian 'de' => '7', // german ), 'nomatch' => 'bypass', ), ), urls generating expected.. pages urls being shown like
mydomain.ch/de/nr/page1/innerpage innerpage's typoscript template like,
config.tx_realurl_enable = 1 # language configuration page.config.linkvars = l page.config.sys_language_uid = 7 page.config.language = de page.config.locale_all = de_de.utf8 page.config.htmltag_langkey = de # english language [globalvar = gp:l = 0] page.config.sys_language_uid = 0 page.config.language = en page.config.locale_all = en_gb.utf8 page.config.htmltag_langkey = en [global] any 1 have idea, happening? (the confusing part 'nr' not configured anywhere!)
omg !!! how alternative page title there page 'nr'. shown in url. wasted around 2 hours, checking other configurations. so.. next time, guyz.. check page properties. slipped time. (y)
Comments
Post a Comment