I have “inheirted” a CakePHP site. I have the dropped the sites folder into my localhost and setup the database configuration. It seems to be loading the views, but the .css and images are not getting loaded and the links are pointing directly to localhost for example.
localhost/categorys
Instead of
localhost/mysite/categorys
Is there a configuration I need to set to make sure everything is pointed to correctly?
Configure your index.php file in your app/webroot directory.
Scroll down to the part that says:
and make sure the paths point to the places the comments say they should point to.