Release version 1.0.0
Dieser Commit ist enthalten in:
Ursprung
7d1f043bed
Commit
d098573903
18 geänderte Dateien mit 312 neuen und 287 gelöschten Zeilen
|
|
@ -496,7 +496,7 @@ class ModRewrite extends ModRewriteBase {
|
|||
}
|
||||
|
||||
/**
|
||||
* Build a recursiv path for mod_rewrite rule like server directories
|
||||
* Build a recursiv path for cl-mod-rewrite rule like server directories
|
||||
* (dir1/dir2/dir3)
|
||||
*
|
||||
* @param int $iCatId Latest category id
|
||||
|
|
@ -826,7 +826,7 @@ class ModRewrite extends ModRewriteBase {
|
|||
$htmlPath = $clientPath;
|
||||
$aComp = parse_url($htmlPath);
|
||||
|
||||
// check if path matches to defined rootdir from mod_rewrite conf
|
||||
// check if path matches to defined rootdir from cl-mod-rewrite conf
|
||||
if (isset($aComp['path']) && $aComp['path'] !== parent::getConfig('rootdir')) {
|
||||
// replace not matching path agaings configured one
|
||||
// this will replace e. g. "http://host/cms/" against "http://host/"
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren