[TYPO3-UG Dutch] RealUrl probleem: het werkt alleen visueel

Koen de Rooij brilliekoen at hotmail.com
Thu Feb 28 18:34:15 CET 2008


Ja rootpage is id=1 en is ook aangevinkt. Het enige rare is, en dat heb 
ik nog niet eerder gehad, is dat de eerste pagina ook Root is . 
Zeg maar als je naar de site gaat. Normaal gaat hij dan naar Home.
Dit heb ik opgelost door van de pagina een snelkoppeling te maken.

Misschien dat het probleem hier zit, maar het rare is wel dat de links
goed worden aangepast. Alleen dat ze niet naar de goede pagina leiden.

--------------------------------------------------
From: "Rik Willems - Actiview" <rik at actiview.nl>
Sent: Thursday, February 28, 2008 6:31 PM
To: "'TYPO3 Usergroup Dutch'" <typo3-ug-dutch at lists.netfielders.de>
Subject: Re: [TYPO3-UG Dutch] RealUrl probleem: het werkt alleen visueel

> Hoi Koen, 
> 
> Ik heb zoiets ook eens gehad... weet even niet meer hoe opgelost. Sorry.
> 
> Klopt deze waarde?:
> 'rootpage_id' => '1'
> 
> En staat deze pagina ook met het vinkje root in z'n template?
> 
> Groeten
> Rik
> 
> -----Original Message-----
> From: typo3-ug-dutch-bounces at lists.netfielders.de
> [mailto:typo3-ug-dutch-bounces at lists.netfielders.de] On Behalf Of Koen de
> Rooij
> Sent: donderdag 28 februari 2008 18:09
> To: TYPO3 Usergroup Dutch
> Subject: Re: [TYPO3-UG Dutch] RealUrl probleem: het werkt alleen visueel
> Importance: High
> 
> Testsite is: http://typo.multiwebdesign.nl
> 
> .HTACCESS
> =======
> Standaard _.htaccess in Typo 4.1
> 
> SETUP
> ====
> config.simulateStaticDocuments = 0
> config.baseURL = http://typo.multiwebdesign.nl/
> config.tx_realurl_enable = 1
> 
> LOCALCONF.PHP (standaard van news.typo3.org)
> ===========
> $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array (
>    '_DEFAULT' => array (
>        'init' => array (
>            'enableCHashCache' => '1',
>            'appendMissingSlash' => 'ifNotFile',
>            'enableUrlDecodeCache' => '1',
>            'enableUrlEncodeCache' => '1',
>        ),
>        'redirects' => array (
>        ),
>        'preVars' => array (
>            '0' => array (
>                'GETvar' => 'no_cache',
>                'valueMap' => array (
>                    'nc' => '1',
>                ),
>                'noMatch' => 'bypass'
>            ),
>            '1' => array (
>                'GETvar' => 'L',
>                'valueMap' => array (
>                    'de' => '0',
>                    'en' => '1',
>                ),
>                'noMatch' => 'bypass',
>            ),
>            '2' => array (
>                'GETvar' => 'lang',
>                'valueMap' => array (
>                    'de' => 'de',
>                    'en' => 'en',
>                ),
>                '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' => '1',
>        ),
>        'fixedPostVars' => array (
>        ),
>        'postVarSets' => array (
>            '_DEFAULT' => array (
>                'archive' => array (
>                    '0' => array (
>                        'GETvar' => 'tx_ttnews[year]',
>                    ),
>                    '1' => array (
>                        'GETvar' => 'tx_ttnews[month]',
>                        'valueMap' => array (
>                            'january' => '01',
>                            'february' => '02',
>                            'march' => '03',
>                            'april' => '04',
>                            'may' => '05',
>                            'june' => '06',
>                            'july' => '07',
>                            'august' => '08',
>                            'september' => '09',
>                            'october' => '10',
>                            'november' => '11',
>                            'december' => '12',
>                        ),
>                    ),
>                ),
>                'browse' => array (
>                    '0' => array (
>                        'GETvar' => 'tx_ttnews[pointer]',
>                    ),
>                ),
>                'select_category' => array (
>                    '0' => array (
>                        'GETvar' => 'tx_ttnews[cat]',
>                    ),
>                ),
>                'article' => array (
>                    '0' => array (
>                        'GETvar' => 'tx_ttnews[tt_news]',
>                        'lookUpTable' => array (
>                            'table' => 'tt_news',
>                            'id_field' => 'uid',
>                            'alias_field' => 'title',
>                            'addWhereClause' => ' AND NOT deleted',
>                            'useUniqueCache' => '1',
>                            'useUniqueCache_conf' => array (
>                                'strtolower' => '1',
>                                'spaceCharacter' => '-',
>                            ),
>                        ),
>                    ),
>                    '1' => array (
>                        'GETvar' => 'tx_ttnews[swords]',
>                    ),
>                ),
>            ),
>        ),
>        'fileName' => array (
> //
> // if you don't want .html-URLs set the following to "false" (e.g. 
> 'defaultToHTMLsuffixOnPrev' => false,)
> // then you get http://www.yourdomain.com/imprint/ instead of 
> http://www.yourdomain.com/imprint.html
> //
>            'defaultToHTMLsuffixOnPrev' => false,
>            'index' => array (
>                'rss.xml' => array (
>                    'keyValues' => array (
>                        'type' => '100',
>                    ),
>                ),
>                'rss091.xml' => array (
>                    'keyValues' => array (
>                        'type' => '101',
>                    ),
>                ),
>                'rdf.xml' => array (
>                    'keyValues' => array (
>                        'type' => '102',
>                    ),
>                ),
>                'atom.xml' => array (
>                    'keyValues' => array (
>                        'type' => '103',
>                    ),
>                ),
>            ),
>        ),
>    ),
> 
> );
> 
> 
> _______________________________________________
> TYPO3-UG-dutch mailing list
> TYPO3-UG-dutch at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-dutch
> 
> _______________________________________________
> TYPO3-UG-dutch mailing list
> TYPO3-UG-dutch at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-dutch
> 


More information about the TYPO3-UG-dutch mailing list