php - codeigniter migrate to linux server page was not found -
I have corrected it using the codeinter running on windows localhost, but the problem is that when I get to the Linux server Migrating error message '404 page not found' .base_lill has already changed.
localhost -localhost / ci / index.fp/test (window) output: successful
server -172.16.10.251 / ci / index.php / test- (linux) Output: 404 page not found
question
Do I have any settings missing to change?
Sorry
I had to face the same problem. I think the problem is on the sensitive sensitivity of Linux. So I encourage you to replace all your files with the capital letter under the controllers and the model. I managed to solve the same problem using this approach.
Comments
Post a Comment