I am using Zend Framework and want to be able to end my URLs in ".htm". What should I add to my .htaccess file?
So the following would be equivilent:
www.mysite.com/controller
www.mysite.com/controller.htm
As would:
www.mysite.com/controller/action
www.mysite.com/controller/action.htm
Nothing I have tried seems to work.