diff --git a/AltoRouter.php b/AltoRouter.php index 6776232..c677d84 100644 --- a/AltoRouter.php +++ b/AltoRouter.php @@ -197,7 +197,7 @@ class AltoRouter { 'h' => '[0-9A-Fa-f]++', '*' => '.+?', '**' => '.++', - '' => '[^/]++' + '' => '[^/\.]++' ); foreach ($matches as $match) {