[TYPO3-english] RealURL filename wildcards

Graham Knight graham.knight5 at gmail.com
Wed Jul 25 11:41:51 CEST 2012


Hi Victor,

> Don’t know, what you exactly need, but, if you mean, that you have some plugin on a page "people" and want to get value of "something" on that page within your plugin - yes, that is possible with RealURL. Actually, it is the main usage case of RealURL.
> _______________________________________________
I have a lot of URLs of the form http://my.domain.com/people/personal_name.html

I can see that something like this:

'fileName' => array (
     'index' => array(
         '.html' => array(
             'keyValues' => array (...

will pick up the personal_name.html part. However, I only want the behaviour in pages with URLs starting http://my.domain.com/people/

Can I simply start with

$TYPO3_CONF_VARS['EXTCONF']['realurl']['http://my.domain.com/people/'] = array(... ?

Graham


More information about the TYPO3-english mailing list