Re: [TYPO3-english] Redirect index.php?id=xx with realURL

2012-03-23 Thread Arno Dudek
Hi Philipp! Thanks for the answer. I mean the redirects in the module Info (left side) - RealURL management - Show: Redirects When I set there the following redirect Redirect from: /index.php?test=1 Redirect to: /o-nama.html Domain: www.domain.tld and Permanent redirect is checked will not

Re: [TYPO3-english] Multilanguage tag attributes in FLUIDTEMPLATE

2012-03-23 Thread Victor Livakovsky
Hi, Kay use f:translate viewhelper inline. wiki.typo3.org/Fluid Didn't knew about inline usage. Thank you for pointing me up! Actually, more useful website for me became today fedex.net, since wiki doesn't have description of all attributes and usage cases. And for those, who might

[TYPO3-english] Get sections out of flexform via typoscript

2012-03-23 Thread Chris Müller
Hello, I am using the grid elements extension and made a new element. This element has an own flexform. I can get the fields from the flexform in Typoscript via {field:flexform_thefieldname}. Now I have a section in it, so that an editor can create as many fields from one type as he wants.

Re: [TYPO3-english] Typo3 4.5.x and PHP 5.4

2012-03-23 Thread Philipp Gampe
Hi Gorosito, Gorosito Gonzalo wrote: https://review.typo3.org/#/settings/new-agreement,/c/9795/ The link to new contributor agreement is failing :( You can get it from here: https://typo3.org/about/licenses/ or direct link:

Re: [TYPO3-english] Redirect index.php?id=xx with realURL

2012-03-23 Thread Philipp Gampe
Hi Arno , Arno Dudek wrote: I mean the redirects in the module Info (left side) - RealURL management - Show: Redirects Ah ok. When I set there the following redirect Redirect from: /index.php?test=1 Redirect to: /o-nama.html Domain: www.domain.tld and Permanent redirect is checked I

Re: [TYPO3-english] Redirect index.php?id=xx with realURL

2012-03-23 Thread Arno Dudek
Found the problem. This is not supported by RealURL. class.tx_realurl.php line 920: if ($this-pObj-siteScript substr($this-pObj-siteScript, 0, 9) != 'index.php' substr($this-pObj-siteScript, 0, 1) != '?') { This will be false. lg arno Am 23.03.12 13:32, schrieb Philipp Gampe: Hi Arno ,

Re: [TYPO3-english] Redirect index.php?id=xx with realURL

2012-03-23 Thread Kay Strobach
Hi, as there are many way's of doing what .htaccess does, it could cause problems, if index.php?... links could be redirected ;) (infinite redirection loops) You should either use .htaccess or just prevent access to the ?id links by .htaccess ;) Regards Kay Am 23.03.2012 13:50, schrieb Arno