[TYPO3] Menu problem when using L(int)

Krystian Szymukowicz t33kRE.MO.VE. at RE.MO.VE.prolabium.com
Fri Sep 28 12:29:49 CEST 2007


Sara Weale wrote:
> We get
> 
> MozillaHTML%2FShell%2FOpen%2FCommand%2F%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C 
> 
> 
> after the URL on some pages, others we get attempted redirects to other 
> URLs such as in this list:
> 
> http://security.pigstye.net/staticpages/index.php/index/print
> 

ok

Try to move config.linkVars = L into condition.

So instead:
===================================
config.linkVars = L(int)

config.index_enable = 1
config.index_externals = 1

[globalVar = GP:L = 1]
config.sys_language_uid = 1
config.language = cy
[global]
===================================


Do:
===================================

config.index_enable = 1
config.index_externals = 1

[globalVar = GP:L = 1]
config.linkVars = L
config.sys_language_uid = 1
config.language = cy
[global]
===================================


--
grtz
Krystian


More information about the TYPO3-english mailing list