Trying to run phalcon 2.0.7 app using built-in http server in php 5.6 and included .htrouter to make URI rewrite working. Everything seems find until I use die()
in controller. For the first time it works as expected but when refreshed it throws PHP fatal error:
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required '.htrouter.php' (include_path='.:') in Unknown on line 0
Is there a way to fix that or should I start configuring other http server?