On 01/02/2008, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:
>
> -- Peter Atkins <[EMAIL PROTECTED]> wrote
> (on Friday, 01 February 2008, 12:17 PM -0800):
> > I apologize that was my typo....
> >
> > <html>
> > <head>
> >     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
> />
> >     <title>Home</title>
> >     <link href="/css/lib.css" media="screen" rel="stylesheet"
> > type="text/css" />        </head>
> > <body>
> > <img src="images/order.gif">
> >     <div id="header"><!-- base/header -->
> > <br><br></div>
> > .....
> >
> > I wish that was it...
> >
> > I do see the following two errors:
> >
> > HP Fatal error:  Uncaught exception
> 'Zend_Controller_Dispatcher_Exception'
> > with message 'Invalid controller specified (css)'...
> > PHP Fatal error:  Uncaught exception
> 'Zend_Controller_Dispatcher_Exception'
> > with message 'Invalid controller specified (images)' ....
>
> Okay, this sounds like one of two things:
>
>   * Either the css and image files are not under your public directory,
>     OR
>   * You've got a bad rewrite rule, and *all* files are getting routed to
>     the front controller instead of omitting static content
>
> What does your rewrite rule look like? Is it the one from the
> documentation:
>
>     RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
>
>
Also, what happens when you visit the file linked to in the source of your
generated HTML page?

Best,
-- 
Vincent

Reply via email to