Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Routing works on MAMP NOT LAMP
#18

[eluser]Tim Brownlaw[/eluser]
MAMP, like WAMP, is not case Sensitive when it comes to folders and file names whereas LAMP definitely is! Which is why you cannot "recreate it" on your MAMP Box as it doesn't care!

I did a quick cruise on google to see if you could force MAMP "to care" about case, but didn't come across anything of significance!

Another option might be to install something like Virtualbox ( or whatever Apple might have ) and install a centos server on that. It's pretty painless to do!

Your Reversed Routes is interesting...
Code:
$route[”$product/(:any)”] = “Home/productdetail/$1”;
$route[”$product”] = “Home/productdetail”;
What you have there is a case I didn't test for. So reversing the routes to how I originally had them still works, I just tested it! The only difference in my case is that my filename for my home.php controller is lower case! And yep in those routes Case Does Matter!

Anyway good luck with the testing. We've given you everything you need to sort this out!
Let us know how it goes!

Cheers
Tim


Messages In This Thread
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-15-2014, 09:13 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-15-2014, 10:14 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-15-2014, 10:26 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-15-2014, 10:43 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-15-2014, 10:47 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-15-2014, 11:02 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-15-2014, 11:10 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-16-2014, 06:09 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-16-2014, 09:15 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-16-2014, 09:27 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-17-2014, 05:40 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-18-2014, 02:05 PM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-18-2014, 04:49 PM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-18-2014, 05:38 PM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-18-2014, 05:40 PM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-18-2014, 07:02 PM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-19-2014, 02:53 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-19-2014, 05:06 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-20-2014, 05:01 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-20-2014, 05:10 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-20-2014, 05:11 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-20-2014, 05:30 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-20-2014, 05:39 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-20-2014, 04:43 PM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-21-2014, 03:20 AM
CodeIgniter Routing works on MAMP NOT LAMP - by El Forum - 10-21-2014, 06:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB