[TYPO3] Remove redirecting prefix from external links

Volodymyr Pavlyuk volodymyr at pavlyuk.lviv.ua
Sat Oct 14 00:44:09 CEST 2006


this TS must work:

NO.allStdWrap.override {
            if.value.field = doktype
            if.equals = 3
            field = title
            typolink {
                target = _blank
                extTarget = _blank
                parameter.field = url
                parameter.split {
                    token = /
                    cObjNum = 1
                    1.current = 1
                    1.rawUrlEncode = 1
                    1.wrap = /|
                }
            }
        }



"Lukas" <lukasnoname at yahoo.com> wrote in message 
news:mailman.1.1160732834.26094.typo3-english at lists.netfielders.de...
> My web hotel has taken some security measures that disallows urls like 
> http://www.mysite.info/index.php?id=360&type=0&jumpurl=http%3A%2F%2Fwww.anothersite.com, I 
> guess it's to prevent phishing.
> How do I remove the redirect prefix so the links go directly to the real 
> target, in this case www.anothersite.com? 





More information about the TYPO3-english mailing list