diff --git a/paths.php b/paths.php index ce1e48a6..8860160b 100644 --- a/paths.php +++ b/paths.php @@ -23,7 +23,7 @@ $environments = array( - 'local' => array('*localhost*', '*.dev'), + 'local' => array('http://localhost*', '*.dev'), );