It seems that I am having some sort of trouble using DevTools.
When I create a project (let's say my project is called 'Test') in my localhost directory, DevTools will set up the folders and the proper structured project directory. However, when I type 'localhost/Test' in my navigator a "server error" screen will show up.
This doesn't seem to be a problem of my webserver's config, since if i manually create a directory/file within my localhost, let's say 'localhost/debug/debug.php', and access it through my browser, whatever content debug.html has will show up.
I am using Phalcon DevTools 1.2.3 with PHP 5.4.9 over Apache2 (installed alongside Zend engine 2.4.0.). My OS is Ubuntu 13.10.
Cheers and thanks in advance