I generated micro application from developer tools and when I request "localhost" it gives me "Not found :( This page is located in views/404.phtml ". However, in app.php is GET "/" defined to echo index.phtml. But if i add in app.php GET "/url" and put in it echo "you requested url", it works. Just root is not working and throwing 404. Have anyone experienced this strangeness? Thank you.
Using Phalcon 2.0.3 from 2.0.x branch, Apache 2.4 and Ubuntu 15.04. Rewrites are working.