i created a controller and actions in zend.
if i type
“http://localhost/cms/public/controller”
then the css file is loaded correctly
but if i type
“http://localhost/cms/public/controller/action“
then headlink appears like
href=’http://localhost/cms/public/controller/css/style.css” and it does not work.
Please help me!!
this is the correct way to add css & javascript to ZF Application