I just finished installing Apache2.0/fastcgi on a Suse9.1 (or is it 9.2? not sure) box. I can browse to mydomain.com, and the default route works just fine, but nothing else works. If I specify mydomain.com/controller/action, I get an 404 NotFound error from apache. Even if I specify mydomain.com/controller/action as the same as I have mapped on my default route, it wont work. Any ideas whats going on here? My .htacces is chmod 664, and it is clear fastcgi is working partly since it serves up the default route...