Yes, I actually took a quick look at using Wick with Matchbox yesterday, and it only takes a single line of code to make it work. Untill I release the next version of Matchbox (might take a while, I’m pretty busy with school, and most of the examns are next week) you can add this line to the Router.php file:
...
function _validate_request($segments)
{
// {{{ Matchbox
$this->_called = 0; // <-- Insert this line (at line 239)
foreach($this->_matchbox->directory_array() as $directory) {
...
That should do the trick. Please let me know if it works.