[TYPO3-mvc] How to use realurl in an extbase extension?
Michael Knoll
mimi at kaktusteam.de
Tue Jun 7 09:32:28 CEST 2011
Hi Christian,
we did something like this for our gallery extension. Currently you will
only find it in the development branch on github, but perhaps it will
help you:
https://github.com/michaelknoll/yag/tree/develop
You find the hook class in Classes / Hooks
Unfortunately I didn't write this stuff and can't tell you how to
include this hook - I guess, the docu on realurl will help you.
The only line I can find the hook is in ext_autoload.php
Hope this helps you a little
Greets from San Francisco!
Mimi
Am 07.06.11 08:35, schrieb Christian Essl:
> Hello
>
> How do I get TYPO3 to use rewritten urls (realurl) in my extbase extension? I already set up some postVarSets and fixedPostVars, but that's not enough. How does realurl know how the urls in a extension need to be rewritten?
>
> I looked up the realurl documentation and the pages in the wiki just to find out that there is mostly integrator-relevant information, but no information on how to use realurl in a self-written extension. Also I found some discussions in the TYPO3-mvc list about realurl usage in extbase but they all proceed on the assumption that it's already working.
>
> Did I overlook something?
>
> Regards,
> Christian
More information about the TYPO3-project-typo3v4mvc
mailing list