Apache mod_speling PHP framework

407 views Asked by At

I have Apache’s mod_speling module enabled and can’t get lowercase URLs to work properly. This is running on Ubuntu.

Example: localhost/controller

The file name is Controller.php.

It works when I type in localhost/Controller.

Is there any way to set up Apache to use the lowercase version?

My configuration for mod_speling:

CheckSpelling On
0

There are 0 answers