La estructura de mi aplicaciones :
Código HTML:
Ver originalapp
module
admin
-html
style
main.css
-layout
-scipts
layout.phtml
-controller
IndexController
-view
script
-inde.phtml
Código HTML:
<link rel="stylesheet" type="text/css" href="/../../html/styles/main.css" />
Y este es el error.Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (error)
y no se porque porque si voy a
www.test.com/admin/
La pagina no lanza errores
en el layout ahi
Código PHP:
<?= $this->headMeta()->appendHttpEquiv('Content-Type','text/html; charset=UTF-8')
->appendHttpEquiv('Cache-Control','no-cache')?>
<?= $this->layout()->content; ?>
y en la vista un simple echo hola....
Porque no me esta cargando los css...