aboutsummaryrefslogtreecommitdiff
path: root/data/config.php.dist
diff options
context:
space:
mode:
Diffstat (limited to 'data/config.php.dist')
-rw-r--r--data/config.php.dist4
1 files changed, 4 insertions, 0 deletions
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