-- Nathan Bell <[EMAIL PROTECTED]> wrote
(on Wednesday, 27 June 2007, 04:22 PM -0700):
> We're seeing issues with RC3 (RC2 and RC1 work as expected):
> 
> http://example.com/controller/action routes to indexController -> 
> indexAction
> http://example.com/index.php/controller/action routes properly to 
> controllerController -> actionAction
> 
> What has changed in RC3 that could cause this?  Tried stripping our 
> bootstrap file to the bare minimum, still having issues. 
> 
> [ .htaccess ]
> RewriteEngine on
> RewriteRule !\.(js|ico|GIF|JPG|gif|jpg|png|css|swf)$ index.php
> 
> I notice at least two others have posted similiar issues here.  Anyone 
> able to fix it?

I haven't observed any issues, personally, on sites I'm developing using
latest SVN. I didn't do any changes to either the router or dispatcher
between RC2 and RC3 (other than to make sure a missing exception class
was included in the dispatcher), though I know Martel fixed at least one
issue in the router for this release.

Could you give some example code -- your bootstrap and directory layout
-- so I can try and reproduce the issue?

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to