Zend Framework Routing: .html extension

Posted by smack0007 on Stack Overflow See other posts from Stack Overflow or by smack0007
Published on 2009-01-23T11:32:19Z Indexed on 2010/06/18 2:53 UTC
Read the original article Hit count: 234

Filed under:
|
|
|

I know I've seen this done before but I can't find the information anywhere. I need to be able to route with .html extensions in the Zend Framework.

I.E. /controller/action.html should route to the appropriate controller / action.

We have an idea to throw away the .html extension with our .htaccess file but I think changing the route config would be the better solution.

Any advice is welcome.

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework