|
I have been scratching my head trying to solve this one, and I’d be grateful if anyone can give me a heads-up.
Basically I have a custom module with its own controller. Everything works fine, but my client asked if it was possible for the module to use .html suffixes.
For example I have http://mystore.com/my-module which loads the MyModule/controllers/IndexController.php controller and calls the indexAction() method.
What I want is to have http://mystore.com/my-module.html point to the same thing.
I can’t work out how to achieve this?
Thanks for any help!
|