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?

Reply via email to