[TYPO3-german] Falsche Weiterleitung in Suchbox

Konrad Schneid konrad at jugendmagazin.org
Wed Aug 12 23:25:01 CEST 2009


Hallo nochmal,

werden evt. noch weitere Informationen benötigt um dem Fehler auf die 
Spur zu kommen?

Viele Grüße

Konrad
> Okay, dann erkläre ich mal das Problem, welches ich mit RealURL habe. Die Seite mit dem Plugin indexed Search lautet: http://meineurl.de/Suche
> Klicke ich nun auf suchen oder auf erweiterte Einstellung, ruft er mir die Seite http://meineurl.de/suche.html (suche diesmal kleingeschrieben) und leitet dabei, da diese Seite wohl nicht existiert automatisch auf die Startseite weiter. Deaktiviere ich RealURL für die Unterseite, so habe ich keine Probleme.
> Hier mal meine localconf-Einstellungen, sieht jemand da einen Fehler?
>
>
> <?php
> $TYPO3_CONF_VARS['SYS']['sitename'] = '';
>
> 	// Default password is "joh316" :
> $TYPO3_CONF_VARS['BE']['installToolPassword'] = '---';
>
> $TYPO3_CONF_VARS['EXT']['extList'] = 'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin';
>
> $typo_db_extTableDef_script = 'extTables.php';
>
>
>
>
>
> $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(  'init' => array(  'enableCHashCache' => 1 ),  'preVars' => array(  array(   'GETvar' => 'no_cache',   'valueMap' => array(    'no_cache' => 1,   ),   'noMatch' => 'bypass',  ),  array(   'GETvar' => 'L',   'valueMap' => array(    'en' => '1',   ),   'noMatch' => 'bypass',  ), ), 'fileName' => array (  'defaultToHTMLsuffixOnPrev' => true,  'index' => array(   'backend.php' => array(    'keyValues' => array (     'type' => 100,    )   ),   'print' => array(    'keyValues' => array(   'type' => 98,   )   ),  ), ), 'postVarSets' => array(  '_DEFAULT' => array (   'testbericht' => array(     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' => '-',                                    ),                                ),     ),    array(
> 		'GETvar' => 'tx_ttnews[swords]',
> 			),
> 		array(
> 		'GETvar' => 'tx_ttnews[backPid]',
>                     ),  array(      'GETvar' => 'tx_ttnews[sViewPointer]',     ),   ),   'category' => array(    array(     'GETvar' => 'tx_ttnews[cat]',    ),   ),   'neste' => array(    array(     'GETvar' => 'tx_ttnews[pointer]',    ),   ),  ), ), 'pagePath' => array(  'type' => 'user',  'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',  'spaceCharacter' => '-',  'languageGetVar' => 'L',  'expireDays' => 3 ),);
>
> /*$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
>         'init' => array(
>             'enableCHashCache' => 1,
>             'appendMissingSlash' => 'ifNotFile',
>             'enableUrlDecodeCache' => 1,
>             'enableUrlEncodeCache' => 1,
>             'respectSimulateStaticURLs' => 0,
>             'postVarSet_failureMode'=>'redirect_goodUpperDir',
>         ),
>     'redirects_regex' => array (
>     
>     ),
>     'preVars' => array(
>                         array(
>                                 'GETvar' => 'no_cache',
>                                 'valueMap' => array(
>                                     'no_cache' => 1,
>                                 ),
>                                 'noMatch' => 'bypass',
>                         ),
>                          array(
>                              'GETvar' => 'L',
>                              'valueMap' => array(
>                                                 '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' => 1,
>         ),
>
>
>       'postVarSets' => array(
>             '_DEFAULT' => array(
>                 // news archive parameters
>                 'archive' => array(
>                     array(
>                         'GETvar' => 'tx_ttnews[year]' ,
>                         ),
>                     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',
>                             )
>                         ),
>                     ),
>                 // news pagebrowser
>                 'browse' => array(
>                     array(
>                         'GETvar' => 'tx_ttnews[pointer]',
>                         ),
>                     ),
>                 // news categories
>                 'select_category' => array (
>                     array(
>                         'GETvar' => 'tx_ttnews[cat]',
>                         ),
>                     ),
>                 // news articles and searchwords
>                 'artist' => array(
>                     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' => '-',
>                                 ),
>                             ),
>                         ),
>          array(
> 		'GETvar' => 'tx_ttnews[swords]',
> 			),
> 		array(
> 		'GETvar' => 'tx_ttnews[backPid]',
>                     ),
>                 ),             
>             ),
>
>       'fileName' => array(
>             'defaultToHTMLsuffixOnPrev'=>true,
>             '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,
>                     ),
>                 ),
>             ),
>         ),
>  ));
>  
>
>
> */
>
>
>
>
>
>
>
>
>
>
>
> ## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed by the install script!
>
>
> $typo_db_username = '----';	// Modified or inserted by TYPO3 Install Tool. 
> $typo_db_password = '-----';	// Modified or inserted by TYPO3 Install Tool. 
> $typo_db_host = 'localhost';	//  Modified or inserted by TYPO3 Install Tool.
> $TYPO3_CONF_VARS['SYS']['encryptionKey'] = '8fb40301bf7d3aa8c249b29505ee4e56';	//  Modified or inserted by TYPO3 Install Tool.
> $TYPO3_CONF_VARS['SYS']['compat_version'] = '4.3';	// Modified or inserted by TYPO3 Install Tool. 
> $typo_db = 'd0061e87';	//  Modified or inserted by TYPO3 Install Tool.
> $TYPO3_CONF_VARS['BE']['installToolPassword'] = 'd67175bd1b21f5f9a1c377590f1304d5';	//  Modified or inserted by TYPO3 Install Tool.
> // Updated by TYPO3 Install Tool 16-12-2006 22:29:47
> $TYPO3_CONF_VARS['EXT']['extConf']['tt_news'] = 'a:15:{s:13:"useStoragePid";s:1:"0";s:13:"noTabDividers";s:1:"0";s:25:"l10n_mode_prefixLangTitle";s:1:"1";s:22:"l10n_mode_imageExclude";s:1:"1";s:20:"hideNewLocalizations";s:1:"0";s:13:"prependAtCopy";s:1:"1";s:5:"label";s:5:"title";s:9:"label_alt";s:0:"";s:10:"label_alt2";s:0:"";s:15:"label_alt_force";s:1:"0";s:11:"treeOrderBy";s:3:"uid";s:21:"categorySelectedWidth";s:1:"0";s:17:"categoryTreeWidth";s:1:"0";s:18:"categoryTreeHeigth";s:1:"5";s:17:"requireCategories";s:1:"0";}';	// Modified or inserted by TYPO3 Extension Manager. 
> $TYPO3_CONF_VARS['EXT']['extList'] = 'css_styled_content,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,t3skin,realurl,tt_news,m1_google_analytics,mc_googlesitemap,cron_setdefaultauthor,mf_pagetitle,cc_awstats,about,cshmanual,fe_edit,simulatestatic,macina_searchbox,doc_indexed_search,indexed_search,rtehtmlarea';	// Modified or inserted by TYPO3 Extension Manager. Modified or inserted by TYPO3 Core Update Manager. 
> // Updated by TYPO3 Extension Manager 23-12-2006 13:17:35
>
> $TYPO3_CONF_VARS['EXT']['extConf']['templavoila'] = 'a:1:{s:7:"enable.";a:1:{s:13:"oldPageModule";s:1:"0";}}';	//  Modified or inserted by TYPO3 Extension Manager.
> // Updated by TYPO3 Extension Manager 07-01-2007 00:33:33
> $TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite';	//  Modified or inserted by TYPO3 Install Tool.
> $TYPO3_CONF_VARS['GFX']["im_path"] = '/usr/bin/';	//  Modified or inserted by TYPO3 Install Tool.
> $TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im5';	//  Modified or inserted by TYPO3 Install Tool.
> // Updated by TYPO3 Install Tool 09-01-2007 21:27:48
> $TYPO3_CONF_VARS['EXT']['extConf']['rtehtmlarea'] = 'a:21:{s:21:"noSpellCheckLanguages";s:23:"ja,km,ko,lo,th,zh,b5,gb";s:15:"AspellDirectory";s:15:"/usr/bin/aspell";s:17:"defaultDictionary";s:2:"de";s:14:"dictionaryList";s:2:"en";s:18:"HTMLAreaPluginList";s:198:"TableOperations, SpellChecker, ContextMenu, SelectColor, TYPO3Browsers, InsertSmiley, FindReplace, RemoveFormat, CharacterMap, QuickTag, InlineCSS, DynamicCSS, UserElements, Acronym, TYPO3HtmlParser";s:20:"defaultConfiguration";s:95:"Demo (Show-off configuration. Includes pre-configured styles. Not for production environments.)";s:12:"enableImages";s:1:"1";s:22:"enableMozillaExtension";s:1:"1";s:16:"forceCommandMode";s:1:"1";s:15:"enableDebugMode";s:1:"1";s:23:"enableCompressedScripts";s:1:"1";s:20:"mozAllowClipboardUrl";s:114:"http://releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20
>  :"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	// Modified or inserted by TYPO3 Extension Manager.releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"en
>  ableDAMBrowser";s:1:"0";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"0";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"
>  allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.
>  5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:
>  "enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1
>  ";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";s:19:"allowStyleAttribute";s:1:"1";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_h
>  elper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";s:20:"enableInlineElements";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"1";s:16:"enableDAMBrowser";s:1:"1";s:18:"enableClickEnlarge";s:1:"1";s:14:"enableInOpera9";s:1:"1";s:20:"mozAllowClipboardURL";s:0:"";}';	//releases.mozilla.org/pub/mozilla.org/extensions/allowclipboard_helper/allowclipboard_helper-0.5.3-fx+mz.xpi";s:18:"plainImageMaxWidth";s:3:"640";s:19:"plainImageMaxHeight";s:3:"680";}';	// 
> $TYPO3_CONF_VARS['EXT']['extConf']['sg_filelist'] = 'a:2:{s:11:"maxFileSize";s:5:"10000";s:10:"maxFileCnt";s:1:"3";}';	//  Modified or inserted by TYPO3 Extension Manager.
> $TYPO3_CONF_VARS['EXT']['extConf']['ab_downloads'] = 'a:10:{s:13:"noTabDividers";s:1:"0";s:25:"l10n_mode_prefixLangTitle";s:1:"1";s:22:"l10n_mode_imageExclude";s:1:"1";s:25:"l10n_mode_downloadExclude";s:1:"1";s:20:"hideNewLocalizations";s:1:"0";s:13:"prependAtCopy";s:1:"1";s:21:"useTemplateReferences";s:1:"0";s:21:"categorySelectedWidth";s:1:"0";s:17:"categoryTreeWidth";s:1:"0";s:18:"categoryTreeHeigth";s:1:"5";}';	//  Modified or inserted by TYPO3 Extension Manager.
> $TYPO3_CONF_VARS['EXT']['extConf']['fht_download'] = 'a:6:{s:4:"path";s:21:"uploads/fht_download/";s:12:"max_filesize";s:5:"10000";s:10:"disallowed";s:0:"";s:8:"rmprefix";s:26:"/vorlesung,/srv/ftp/public";s:12:"mdate_format";s:5:"d-m-y";s:17:"persistent_gpvars";s:1:"L";}';	//  Modified or inserted by TYPO3 Extension Manager.
> $TYPO3_CONF_VARS['EXT']['extConf']['rggooglemap'] = 'a:11:{s:9:"googleKey";s:86:"ABQIAAAApqrriAIOMs0kG08nsJEVsRR6ZwMQyflhEnTwqjYp-L0uFjdO0RQVsr-yzFnTMAF0Dgi17rIJ1Luz0w";s:8:"mapWidth";s:3:"470";s:9:"mapHeight";s:3:"300";s:7:"orderBy";s:7:"uid ASC";s:9:"startLong";s:16:"13.5296630859375";s:8:"startLat";s:17:"47.57571508225466";s:9:"startZoom";s:2:"13";s:13:"mapNavigation";s:5:"large";s:7:"mapType";s:2:"on";s:11:"mapOverview";s:2:"on";s:6:"tables";s:10:"tt_address";}';	// Modified or inserted by TYPO3 Extension Manager. 
> // Updated by TYPO3 Extension Manager 06-08-08 17:54:51
> $TYPO3_CONF_VARS["SYS"]["compat_version"] = '4.2';	//  Modified or inserted by TYPO3 Install Tool.
> // Updated by TYPO3 Install Tool 24-08-08 17:57:24
> // Updated by TYPO3 Extension Manager 14-10-08 20:58:01
> $TYPO3_CONF_VARS['FE']['logfile_dir'] = 'fileadmin/logs/';	// Modified or inserted by TYPO3 Install Tool. 
> $TYPO3_CONF_VARS['FE']['disableNoCacheParameter'] = '0';	//  Modified or inserted by TYPO3 Install Tool.
> // Updated by TYPO3 Install Tool 14-10-08 21:05:26
> // Updated by TYPO3 Extension Manager 27-01-09 21:04:16
> // Updated by TYPO3 Install Tool 28-01-09 15:29:57
> // Updated by TYPO3 Extension Manager 28-01-09 15:31:29
> // Updated by TYPO3 Install Tool 28-01-09 15:32:35
> // Updated by TYPO3 Extension Manager 28-01-09 15:40:10
> // Updated by TYPO3 Install Tool 28-01-09 15:58:30
> // Updated by TYPO3 Extension Manager 02-02-09 17:37:05
> // Updated by TYPO3 Install Tool 02-02-09 18:03:46
> // Updated by TYPO3 Extension Manager 03-02-09 23:01:52
> // Updated by TYPO3 Install Tool 06-04-09 13:00:07
> // Updated by TYPO3 Core Update Manager 06-04-09 13:00:29
> // Updated by TYPO3 Extension Manager 06-04-09 13:17:17
> // Updated by TYPO3 Core Update Manager 06-04-09 13:32:29
> $TYPO3_CONF_VARS['SYS']['sqlDebug'] = '1';	//  Modified or inserted by TYPO3 Install Tool.
> // Updated by TYPO3 Install Tool 06-04-09 14:53:58
> $TYPO3_CONF_VARS['EXT']['extConf']['indexed_search'] = 'a:17:{s:8:"pdftools";s:9:"/usr/bin/";s:8:"pdf_mode";s:2:"20";s:5:"unzip";s:9:"/usr/bin/";s:6:"catdoc";s:9:"/usr/bin/";s:6:"xlhtml";s:9:"/usr/bin/";s:7:"ppthtml";s:9:"/usr/bin/";s:5:"unrtf";s:9:"/usr/bin/";s:9:"debugMode";s:1:"0";s:18:"fullTextDataLength";s:1:"0";s:23:"disableFrontendIndexing";s:1:"0";s:6:"minAge";s:2:"24";s:6:"maxAge";s:1:"0";s:16:"maxExternalFiles";s:1:"5";s:26:"useCrawlerForExternalFiles";s:1:"0";s:11:"flagBitMask";s:3:"192";s:16:"ignoreExtensions";s:0:"";s:17:"indexExternalURLs";s:1:"1";}';	// Modified or inserted by TYPO3 Extension Manager. 
> // Updated by TYPO3 Extension Manager 02-07-09 17:58:38
> // Updated by TYPO3 Install Tool 02-07-09 18:57:34
> // Updated by TYPO3 Extension Manager 12-07-09 20:35:20
> // Updated by TYPO3 Install Tool 18-07-09 15:50:04
> // Updated by TYPO3 Extension Manager 31-07-09 14:56:23
> // Updated by TYPO3 Install Tool 31-07-09 15:05:51
> // Updated by TYPO3 Extension Manager 31-07-09 16:00:50
> // Updated by TYPO3 Install Tool 31-07-09 16:08:22
> ?>
>
>
>
> On Mon, 10 Aug 2009 16:43:41 +0200, Steffen Ritter <info at rs-websystems.de> wrote:
>   
>> Konrad Schneid schrieb:
>>     
>>> Danke erstmal für die Antwort. Wenn ich die Suchbox quasi "manuell" per
>>>       
>> Typoscript einbaue, also ohne die Extension zu nutzen, stehe ich doch
>> wieder vor dem gleichen Problem. Wandelt mir realURL die Adresse nicht dann
>> auch noch um? Oder wie kann ich das umgehen?
>>     
>>> Gruß
>>>
>>> Konrad
>>>
>>> On Sat, 08 Aug 2009 16:16:07 +0200, Steffen Ritter
>>>       
>> <info at rs-websystems.de> wrote:
>>     
>>>> Konrad Schneid schrieb:
>>>>         
>>>>> Hallo,
>>>>>
>>>>> die Indexed-Search Seite ist bei mir nicht mit realURL aktiv, da
>>>>>           
>> dieses
>>     
>>>> sonst zu Fehlern führte. Nun versucht die Macina-Searchbox allerdings
>>>> immer wenn man auf "suchen" klickt auf die Adresse
>>>> www.meineurl.de/suche.html weiterzuleiten, was zu einem Fehler führt
>>>>         
>> da
>>     
>>>> diese Seite ja nur in der form index.php?id=28 existiert. Wie kann ich
>>>>         
>> die
>>     
>>>> Macina-Searchbox einrichten, damit sie nicht in realURL-Form
>>>>         
>> weiterleitet?
>>     
>>>>> Über jede Antwort würde ich mich freuen!
>>>>>
>>>>> Viele Grüße
>>>>>
>>>>> Konrad
>>>>>           
>>>> Bau dir einfach die Suchbox per TypoScript ohne Extension.
>>>> Das gleiche geht auch mit wenigen Zeilen TypoScript und bringt nicht
>>>>         
>> den
>>     
>>>> Overhead einer Extension mit sich. Jede geladene Extension schlägt
>>>>         
>> sich
>>     
>>>> a, auf die Performance im Frontend
>>>> b, auf die Performance im Backend
>>>> nieder und ist c, ein potentielles Sicherheitsloch.
>>>>
>>>> Daher ist alles was sich einfach mit Boardmitteln erreichen lässt der
>>>> Extensionvariante vorzuziehen.
>>>>
>>>> Grüße
>>>>
>>>> STeffen
>>>> _______________________________________________
>>>> TYPO3-german mailing list
>>>> TYPO3-german at lists.netfielders.de
>>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>>>>         
>> Nur wenn du die typolink funktion nimmst. wenn du die action einfach von
>> hand tippst geht das :) Die Frage ist aber eher, ist es nicht besser den
>> Fehler in der Suche/RealUrl konfiguration zu suchen?
>> _______________________________________________
>> TYPO3-german mailing list
>> TYPO3-german at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>>     
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german




More information about the TYPO3-german mailing list