[TYPO3-english] RealUrl problem

Daniel Zetterström daniel at tradeki.se
Fri Oct 9 09:13:22 CEST 2009


Hi you all!

I have a problem, realurl works fine with two sites on my typo3 
installation, but I can't get it to work with the others.
On the nonworking sites the url rewrite works but when I click i get a 
404 error.

This is from tsconfig:

config {
  tx_realurl_enable = 1
  baseURL = http://tmpab.com/ [^]
  simulateStaticDocuments = 0
}

This is my realurl conf:

$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(

    'preVars' => array(

        array(

            'GETvar' => 'L',

            'valueMap' => array(
                 'sve' => '0',
                 'en' => '1',

             ),

             'noMatch' => 'bypass',

         ),

     ),
    
     'pagePath' => array(

        array(



            'pagePath' => array(



             ),

             'noMatch' => 'bypass',

         ),

     ),




     'fileName' => array (
    
     'defaultToHTMLsuffixOnPrev'=> '.html',
    
         'index' => array(

             'page.html' => array(

                 'keyValues' => array (

                     'type' => 1,

                 )

             ),

             '_DEFAULT' => array(

                 'keyValues' => array(

                 )

             ),

         ),

     ),

     'postVarSets' => array(

         '_DEFAULT' => array (

             'news' => array(

                 array(

                     'GETvar' => 'tx_mininews[mode]',

                     'valueMap' => array(

                         'list' => 1,

                         'details' => 2,

                     )

                 ),

                 array(

                     'GETvar' => 'tx_mininews[showUid]',
                 ),

             ),

         ),

     ),
           'pagePath' => array(
                'type' => 'user',
                'userFunc' =>
        
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',

                'spaceCharacter' => '-',
                'languageGetVar' => 'L',
                'expireDays' => 7,
               'rootpage_id' => 0,
        ),
 );




More information about the TYPO3-english mailing list