Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14115

CI 2.x->3.x file name changes cause url not work

$
0
0
i'm trying to upgrade CI from 2.2.6 to 3.0.0, i see that i will be changing all controller filename, E.g:
old:
application/controllers/land.php
change to:
application/controllers/Land.php

it will cause the url not work, cannot visit http://xxx.xxx.com/land as before, can only visit http://xxx.xxx.com/Land now
also for all ajax not work.

question:
how can i make my url unchange?

Viewing all articles
Browse latest Browse all 14115

Trending Articles