Hello again. I want to switch from Apache to Nginx because according to what I've read Nginx is more powerful (if its not true please tell me). But my problem is with the configuration (Im running WINDOWS desktop). For example if I want to try the INVO app it loads the plain html but no css and stuff and other controllers don't work as well (so when I click on About nothing changes but url). My nginx config is https://gist.github.com/Honzaik/9351610 and if I use the other one featured on the phalcon nginx install page this one https://gist.github.com/Honzaik/9351665 it doesnt work either. the root page should be set correctly because the 1st page loads (without css etc.). I've been googling this for 2 days and nothing worked for me, I would really appreciate your help and explanation if possible. As well what configuration should I use, if the "Using $_GET[‘_url’] as source of URIs" or "Using $_SERVER[‘REQUEST_URI’] as source of URIs" and why. Thank you very much