PHP-Routing
PHP-Routing copied to clipboard
Is it possible to reroute?
Many frameworks offer the possibility to redirect / reroute / redispatch / requestaction. In the code I could'nt find anything, apart from the function 'setRequestUri'.
Why have you stated that the setRequestUri function is only for testing purposes?
Ah, because that function only exists to set an internal variable :) It's not for redirecting.
I haven't looked into redirection but you're right, I probably should. Thanks for pointing it out!