When I create a controller called "home-solutions", the main class is changed to home_solutionsController
. The '-' gets replaced with '_'.
localhost/home-solutions
Also, when I call localhost/home-solutions, it says "The resource cannot be found."
How do I create a controller with '-' in its name and call it?