Closed zak-wojtek77 closed 4 years ago
Known bug, use /
at the end, like that: webtools.php/
Really now if I add at the end "/" I can see website. But still don't know how I can generate something. This problem was not in Phalcon 3.4.1.
Now you can't use both: notFound()
and setDefault*()
in Router. If you declare notFound()
, then any routes that are not in the list - will send to you 404 action.
Fixed in #1413
Expected and Actual Behavior
After run command: vendor/bin/phalcon webtools enable and run webside: http://myWebside/webtools.php
I get 404
Details