Hi, I have this problem. I create an app with this command:
phalcon project phalconblog --use-config-ini --enable-webtools
the folder was created in c:\wamp64\www\phalconblog
then when I load https://localhost/phalconBlog/webtools.php it doesn't load the css and js files because in the source code says:
<link rel="stylesheet" type="text/css" href="/css/webtools.css?v=3.0.4">
and therefore this points to: https://localhost/css/webtools.css not to https://localhost/phalconblog/css/webtools.css
Thanks for your help.
Regards,
Raul