flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.6k stars 407 forks source link

When using wild card to parse a sub route the routing is not resulting in the correct path #161

Closed andrevanzuydam closed 6 months ago

andrevanzuydam commented 9 years ago

Route /test/* will not match /test/test/test/test

Temporary Solution - the base route needs to be passed with to matchUrl in route call if the base route is not a ".".

n0nag0n commented 6 months ago

This is actually fixed now. https://github.com/flightphp/core/commit/0b149349fcead1909ea8d03c85670ef9d089203a