X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/8512ec548a4f8896aa37678f44de5b88a5a85b24..d3cdabcac7feb8c62451ac12a22256c0eff16873:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index cef499b..38c0432 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -13,6 +13,10 @@ $GLOBALS['phinde'] = array( //list of regexes for URLs that should not be crawled 'crawlBlacklist' => array( ), + //modify URLs with regex + 'urlRewrites' => array( + // '^http://example.org/' => 'https://example.org/', + ), //verbose output 'debug' => true, //full path to log file