I need a simple help with cakephp. It may be a problem regarding routes but I couldn't figure out how to solve this problem.
I've put all my css files in webroot/css in my app. In my default layout, I just put a html link <link href="css/bootstrap.min.css" rel="stylesheet"> . It works with my url localhost/items (index function), but it doesn't work when I do localhost/items/view/2 (view function). How can I solve this problem?