I am really new to CAKEPhP
so need some assistance. I used to work in Codeigniter
before where i used to set the base_url
and it set up all the paths. Recently i downloaded a website that is made in cakephp
. Placed it in folder in htdocs
named as abc
. Configured all the database stuff. Now when i try run it on localhost
, it seems that everything is pointing to the root folder. Here is the snapshot of the missing file errors i receive in console.
Any idea where i can set the base_url
thing in cakephp
so that it can start pointing to right folder?
Thanks.