After loading web page my CSS file is not linking.. I have kept CSS file in app/view/layout/css and also in app/webroot/css/ my controller is in app/controller/DashboardsController.php and my view is app/view/Dashboards/index.ctp. And router is linking like Router::connect('/', array('controller' => 'dashboards', 'action' => 'index', 'home'));.
Website is running in subdomain...line .. subdomain.maindomain.com I am new in cakephp can you plz tell me why CSS file is not linking...