Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter doesn't load
#4

[eluser]Unknown[/eluser]
Thanks for the reply's! i found out the problem. For some reason screwed with the:
Code:
$config['uri_protocol

i had:

Code:
$config['uri_protocol'] = 'QUERY_STRING';

i has to be:
Code:
$config['uri_protocol'] = 'AUTO';


So this was the reason it wasn't calling my functions through the url's.


Messages In This Thread
CodeIgniter doesn't load - by El Forum - 10-31-2013, 07:35 AM
CodeIgniter doesn't load - by El Forum - 10-31-2013, 12:27 PM
CodeIgniter doesn't load - by El Forum - 10-31-2013, 01:10 PM
CodeIgniter doesn't load - by El Forum - 11-01-2013, 02:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB