I have a controller that will not route to the index action if an action is not specified. All of the rest of the controllers function as planned. This problem just popped up this afternoon and the whole site is functioning well on the development server (as it has been for a month). For some reason apache will not parse it and is offering it as a download. Note that if I specify an action it renders as normal.
This problem initially popped up after I uploaded to the dev server. I have to run PHP5 as a cgi, so I added the directive to htaccess. I ran the site once locally after I did that (before i remembered to delete the line). This is when it stopped working properly. I tried restarting my computer to see if possibly it was caching htaccess or something? Any ideas about where to start looking would be much appreciated. While htaccess seemed like a likely culprit all of the rest of the controllers are using it as well. I am at a loss. -- View this message in context: http://www.nabble.com/odd-controller-behavior-tf3621316s16154.html#a10112452 Sent from the Zend Framework mailing list archive at Nabble.com.
