Just started developing in CakePHP, installed it and configured it. However the application doesn't output the correct path to the stylesheet.
When viewing the source of the page the path to the stylesheet is:
/rm-lab/css/cake.generic.css
This leads to 404 error page.
The stylesheet loads if I try to access it through this path;
/rm-lab/app/css/cake.generic.css
Appreciate the help.
UPDATE: After trying numerous solutions, I just did a fresh install of cakePHP in another subfolder and this loads the CSS fine. I think it was to do with the .htaccess files.
echo $this->Html->css('cake.generic');