[TYPO3] Realurl again

Matyi Gábor gmatyi at freemail.hu
Tue May 9 22:38:35 CEST 2006


Hi,

I've trying configure long time ago this realurl to working well, but it 
doesn't work for me. Please help me anybody, it would be important for me.

I use typo3 4.0 with realurl 1.1.0. I read many tutorial, I don't know, 
wheter these good for typo3. 4.0

http://www.typo3forum.net/forum/typo3-faq/new_faq_extensions#faq_faq_realurl


this is my real_url_config.php


<?php
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']['_DEFAULT'] = array (
        'init' => array (
            'enableCHashCache' => '1',
            'appendMissingSlash' => 'ifNotFile',
            'enableUrlDecodeCache' => '1',
            'enableUrlEncodeCache' => '1',
        ),
        'redirects' => array (
        ),
        'preVars' => array (
            '0' => array (
                'GETvar' => 'no_cache',
                'valueMap' => array (
                    'no_cache' => '1',
                ),
                'noMatch' => 'bypass',
            ),
            '1' => array (
                'GETvar' => 'L',
                'valueMap' => array (
                    'de' => '2',
                    'en' => '1',
                ),
                'noMatch' => 'bypass',
            ),
        ),
        'pagePath' => array (
            'type' => 'user',
            'userFunc' 
=> 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
            'spaceCharacter' => '-',
            'languageGetVar' => 'L',
            'expireDays' => '7',
            'rootpage_id' => '9'
        ),
);

I don't understand why don't work. The .htaccess is processed, mod_rewrite 
is work.

Thanks in advance.

Gabor Matyi



More information about the TYPO3-english mailing list