The following URL part works as expected on my Windows WAMP machine (running using AMPPS), but fails on the Linux production host:
index.php?r=customchocolates/index
I get the following error: Unable to resolve the request "customchocolates/index"
On Windows, I followed the naming convention of CustomChocolates in all the relevant files. However, after searching on-line, I changed the following files to: controller: customChocolatesController.php model: customChocolates.php views dir: customChocolates
I've also updated all the class names to the new name, but I'm still getting the error.