[TYPO3-german] Downloadlink mit RealURL bring PostVar Fehler

Danny Gräfe danny at graefe-holztreppen.de
Thu Sep 7 13:43:16 CEST 2006


Hallo Newsgroup,

beim Aufruf von ansich korrekt verlinkten Downloads (pdf,doc und dxf)
bringt meine neue website einen: 
Error. Reason: Segment "fileadmin" 
was not a keyword for a postVarSet as expected!
Nachzuvollziehen unter http://www.handlaufsysteme.com/rondoligno/uebersicht/rondoligno-system-1.html
durch klicken auf die Icons links in der Spalte...

ich tippe eigentlich auf in .htaccess Problem kann aber nix finden deshalb
versuche ich schon längere Zeit durch googeln einen Denckanstoß zu bekommen -
ich hoffe nun in der NG eine Idee zur Lösung zu erhalten.


anbei meine .htacces und Auszüg aus setup und localconf  

Gruß an alle 

Danny

.htaccess:
RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php

setup Auszug:

# real url
config.simulateStaticDocuments = 0
config.baseURL = http://www.handlaufsysteme.com/
config.tx_realurl_enable = 1
config.prefixLocalAnchors = all

localconf REALURL Auszug:

$TYPO3_CONF_VARS['FE']['addRootLineFields'].= ',tx_realurl_pathsegment'; 
$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( 
'de' => '0', 
'en' => '2', 
), 
'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 ( 
'article' => array( 
array( 
'GETvar' => 'tx_ttnews[tt_news]', 
), 
array( 
'GETvar' => 'tx_ttnews[backPid]', 
), 
), 
'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 
), 
); 










More information about the TYPO3-german mailing list