Add URL rewrites/replacements
[phinde.git] / data / config.php.dist
index cef499b39a0f815178d212747d0b29ff42e16258..38c04328e38659c816b63c64c72b0fc7ab136d57 100644 (file)
@@ -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