Controller class and file name
We've setup an Fuel 1.4 environment on Centos7 and run into an issue with (opt-in) controller file and class names. The class names are first character uppercase, and the file names are all lower case for the url. But centos is case sensitive and the urls go straight to the view bypassing the controller.
Are we missing something in the config?
Comments
I've pulled the dev code branch and it's sorted, thanks.
This is still an issue. I've pulled the latest code from the develop branch and there are still case sensitive issue with class names and file name.
Regards