Multiple installations

Hi, I have a problem.
I have an app on my local machine working. But now, I wanted to develop another app. I installed again cakephp in a different folder, set vhosts httpd.config and everything like for the first app. And when I type url for second app system gives me back the first app. Not fully functioning but template and core stuff, links working. When I click a link for companies, it creates secondapp/companies url and gives me firstapp/companies. Just to mention that second app is empty, just basic controller and view. Very weird for me. What seems to be a problem?
Tried with cache:: config, changing some paths but nothing.
Please help… :wink:

It sounds a misconfigured webserver and not a CakePHP problem.