I have included the css 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 he gives this error →
<b>Message:</b> Invalid controller specified (style) </p>
in application.ini, I used this
resources.frontController.baseUrl = "/zendtest/public" resources.view[] = "";
How to solve this problem?
source share