Hi
I'm kind of new to phalcon and I have som e issues access the images/javascript that I put under PATH/public/img(js)/
everything is working fine accessing the "root" (domain.com/). But when I try to access a routed site the sites get very ugly:)
From the ngnix access log i see that the file /Teams/js/plugins.js where Teams is one of my controllers. This path does however not exsist. and the path should be /js/plugins.js.
How do you fix this? In phalcon settings or using ngnix redirect in some way?
Regards André