Hi, I'm using the Phalcon Vagrant Box for my project. My project is located in vagrants www folder. The problem now is that I have the project folder in my URL. So I can access my app with mysite.dev/project-dir/controller/method/ But I want something like this: mysite.dev/controller/method
What is the best way to get rid of the project-dir in the URL? I assume some .htaccess magic has to happen? :-) Thanks for your help!