View Single Post
  #1 (permalink)  
Old 03-27-2008, 05:31 PM
davkell davkell is offline
Junior Member
 
Join Date: Mar 2008
Posts: 1
Default CSS & Images Problems

Hi all,

I'm having a problem displaying CSS / Images / Scripts. When I view the linked CSS, there's an Exception that's being caught in the bootstrap.php file saying:

Caught exception: Zend_Controller_Dispatcher_Exception
Message: Invalid controller specified (error)

Images just aren't being found.

I'm running IIS and have the ISAPI_Rewrite set up as per the docs:

RepeatLimit 20
RewriteRule (?!\.(js|ico|gif|jpg|png|css|swf))$ myApp/public/index.php

Everything's installed in a subdirectory ("root/myApp").

myApp/
------application/
-----------------bootstrap.php
-----------------modules/
------library/
------public/
-----------images/
-----------css/
-----------index.php


I've tried absolute urls on the CSS and images (both "/myApp/public/images/image.jpg", and "http://127.0.0.1/myApp.../images.jpg"), with no result.

I've searched the forums and haven't found anything that works...so any help would be really appreciated, I've been at this all day and am close to pulling out hair

Cheers!
Reply With Quote