Bug #16636 » class.t3lib_page.php.diff
t3lib/class.t3lib_page.php (working copy) | ||
---|---|---|
$prependStr = ereg_replace('^\/','',substr($request_uri,strlen($path)));
|
||
$rURL.= '/'.$prependStr;
|
||
}
|
||
Header('HTTP/1.1 301 Moved Permanently');
|
||
Header('Location: '.t3lib_div::locationHeaderUrl($rURL));
|
||
exit;
|
||
} else {
|