I have included css in view file as below
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl('style/root.css'); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl('style/reset.css'); ?>" />
But it is giving this error ->
<b>Message:</b> Invalid controller specified (style) </p>
in application.ini, I have used this
resources.frontController.baseUrl = "/zendtest/public"
resources.view[] = "";
How do I solve this issue?