Hello! I'm new on PhalconPHP and on programming too...
I read about Phalcon and bought the Cookbook, and seems to be very useful and reliable. I'm using here Windows 10 x64, with XAMPP and have no issues with the command line 'phalcon project myproject' its creating 'myproject' with success.
But when I visit 'myproject' on localhost under 'phalcon' folder, like 'localhost/phalcon/myproject/' I'm geting a issue I think that is about the rewrite rules on apache.
Pressing F12 on Google Chrome I see the reference to 'favicon' wrong, this is giving me to '/phalcon/myproject/img/favicon.ico' and not to '/phalcon/myproject/public/img/favicon.ico' How can I fix that? To get 'myproject' running with no problem as subfolder?
Thanks!