Bug #20035 » 0010463_v2.diff
typo3/sysext/indexed_search/class.crawler.php (working copy) | ||
---|---|---|
$qParts = parse_url($subUrl);
|
||
if (!$qParts['scheme']) {
|
||
$subUrl = $url_qParts['scheme'].'://'.$url_qParts['host'].'/'.t3lib_div::resolveBackPath($subUrl);
|
||
$backPath = t3lib_div::resolveBackPath($subUrl);
|
||
if (substr($backPath, 0, 1) != '/') {
|
||
$backPath = $url_qParts['path'] ? $urlqParts['path'] : '/' . $backPath;
|
||
}
|
||
$subUrl = $url_qParts['scheme'] . '://' . $url_qParts['host'] . $backPath;
|
||
}
|
||
$subUrls[] = $subUrl;
|
- « Previous
- 1
- 2
- Next »