I access my webtools using the URL: localhost/webtools.php
When I click on Generate Scaffold, the URL becomes: localhost/public/webtools.php/webtools.php?_url=/scaffold/generate
When I click on list models, the URL becomes: localhost/public/webtools.php/webtools.php/webtools.php?_url=/models/list
When I click list controllers, the URL becomes: localhost/public/webtools.php/webtools.php/webtools.php/webtools.php?_url=/controllers/list
That means, each time I click on a link, webtools.php is appended again to the URL. And the page gets slower and slower to load. How to solve this? "localhost" is just an example and I am on a Virtual Host. Thanks.