Hi, I have a problem that I can't figure out and hope someone could help me out. I've built a fairly simple application that works perfectly fine on my machine (windows XP running WAMP). When I copied it onto a virtual machine running ubuntu 8 and tried to run the application, I can only get to the IndexController and all its actions, however I get a "Page not found", and not from the frameworks ErrorController, more like something wrong with apache's mod_rewrites, when I try any of the other controllers.
For example: these links would work: site.com site.com/index site.com/index/someaction site.com/index/someaction/var/2 these won't site.com/othercontroller site.com/othercontroller/someaction has anyone ever had this problem? -- View this message in context: http://www.nabble.com/Controller-not-being-found-tp24217253p24217253.html Sent from the Zend Framework mailing list archive at Nabble.com.
