If we deploy cakephp not on root domain, but under something like
http://domain.com/folder/app-name as the root domain for cake
When we use something like $this->Form->create('abc')
it will generate post url to http://domain.com/controller/action instead of http://domain.com/folder/app-name/controller/action
how do we configure cake for this purpose?