[TYPO3] realurl: URL works, but 503 is reported

Heiner Lamprecht heiner at heiner-lamprecht.net
Tue Aug 29 14:39:34 CEST 2006


Hi,

I now removed the 'lookUpTable'.  But I still get these 503 return 
codes from the server.

On Tuesday 29 August 2006 11:36, Heiner Lamprecht wrote:
>
> $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
>    ...
>    'fixedPostVars' => array(
>         '52' => array (
>             array(
>                 'GETvar' => 'tx_hldamgallery_pi1[galleryPID]',
>                 'lookUpTable' => array(
>                     'table' => 'pages',
>                     'id_field' => 'uid',
>                     'alias_field' => 'title',
>                     'useUniqueCache' => 1,
>                     'useUniqueCache_conf' => array(
>                         'strtolower' => 1,
>                         'spaceCharacter' => '-',
>                     ),
>                     'autoUpdate' => 1
>                 )
>             ),
>             array(
>                 'GETvar' => 'tx_hldamgallery_pi1[galleryCID]',
>             ),
>             array(
>                 'GETvar' => 'tx_hldamgallery_pi1[imgID]',
>             ),
>         ),
>     ),
>     ...
> );

Are there any realurl-cracks out there?  What is the substantial 
difference between the configuration above and this one:

    'fixedPostVars' => array(
        '53' => array (
            array(
                'GETvar' => 'tx_ttnews[year]',
            ),
            array(
                'GETvar' => 'tx_ttnews[month]',
                'valueMap' => array(
                    'jan' => '01',
                    'feb' => '02',
                    'mar' => '03',
                    'apr' => '04',
                    'mai' => '05',
                    'jun' => '06',
                    'jul' => '07',
                    'aug' => '08',
                    'sep' => '09',
                    'okt' => '10',
                    'nov' => '11',
                    'dez' => '12',
                )
            ),
            array(
                'GETvar' => 'tx_ttnews[day]',
                'noMatch' => 'bypass',
            ),
            array(
                'GETvar' => 'cHash',
            ),
        ),
    ),

The first configuration produces the 503 return codes, the second 
doesn't.

Maybe I'm blind, but I don't see, why it shouldn't work.


Thanks,


    Heiner

-- 
    heiner at heiner-lamprecht dot net    GnuPG - Key: 9859E373
  Fingerprint:  3770 7947 F917 94EF 8717 BADB 0139 7554 9859 E373



More information about the TYPO3-english mailing list