[Typo3-german] DAM Photo Gallery
    Thomas Peterson 
    info at thomas-peterson.de
       
    Mon Oct  3 19:28:39 CEST 2005
    
    
  
Hallo,
Ich habe rausgefunden das der irgendwie dann in der Funktion 
getConfigArray() in tslib_fe diesen bereich ausführt.
if ($this->absRefPrefix_force && 
strcmp($this->config['config']['simulateStaticDocuments'],'PATH_INFO')) {
   $redirectUrl = 
t3lib_div::getIndpEnv('TYPO3_REQUEST_DIR').'index.php?id='.$this->id.'&type='.$this->type;
   if 
($this->config['config']['simulateStaticDocuments_dontRedirectPathInfoError']) 
{
    $this->printError('PATH_INFO was not configured for this website, and 
the URL tries to find the page by PATH_INFO!<br /><br /><a 
href="'.htmlspecialchars($redirectUrl).'">Click here to get to the right 
page.</a>','Error: PATH_INFO not configured');
   } else {
    header('Location: '.t3lib_div::locationHeaderUrl($redirectUrl));
   }
   exit;
//   $this->set_no_cache(); // Set no_cache if PATH_INFO is NOT used as 
simulateStaticDoc. and if absRefPrefix_force shows that such an URL has been 
passed along.
  }
und zwar wird mit deiner extension absRefprefix z.b. auf 1 gesetzt.
Normal bei mir null ist.
MFG
    
    
More information about the TYPO3-german
mailing list