Welcome Guest, Not a member yet? Register   Sign In
Codeigniter default uri problem
#19

[eluser]Derek Jones[/eluser]
Ok, you're experiencing both the issue of ORIG_PATH_INFO containing the full request URI and your .htaccess is changing your request for http://example.com/ into http://example.com/index.php/ (note the trailing slash). The latter is the main source of your difficulty. You'll notice that if you disable your .htaccess, then the request to your domain alone works fine.

After addressing that, you may wish to simply change your 'uri_protocol' config to REQUEST_URI for 1.6.0. CodeIgniter 1.6.1 will most likely include a change to ORIG_PATH_INFO processing that will allow you to go back to 'AUTO'. So again to summarize:

1) Your .htaccess is writing requests for the domain only to /index.php/
2) Switch to REQUEST_URI for compatibility with your server with CodeIgniter 1.6.0


Messages In This Thread
Codeigniter default uri problem - by El Forum - 02-01-2008, 10:15 PM
Codeigniter default uri problem - by El Forum - 02-02-2008, 12:33 AM
Codeigniter default uri problem - by El Forum - 02-02-2008, 02:54 PM
Codeigniter default uri problem - by El Forum - 02-03-2008, 04:11 PM
Codeigniter default uri problem - by El Forum - 02-03-2008, 09:29 PM
Codeigniter default uri problem - by El Forum - 02-03-2008, 11:15 PM
Codeigniter default uri problem - by El Forum - 02-04-2008, 01:16 AM
Codeigniter default uri problem - by El Forum - 02-04-2008, 09:22 AM
Codeigniter default uri problem - by El Forum - 02-04-2008, 02:11 PM
Codeigniter default uri problem - by El Forum - 02-04-2008, 02:20 PM
Codeigniter default uri problem - by El Forum - 02-04-2008, 02:35 PM
Codeigniter default uri problem - by El Forum - 02-04-2008, 02:41 PM
Codeigniter default uri problem - by El Forum - 02-04-2008, 03:50 PM
Codeigniter default uri problem - by El Forum - 02-04-2008, 04:00 PM
Codeigniter default uri problem - by El Forum - 02-04-2008, 05:17 PM
Codeigniter default uri problem - by El Forum - 02-04-2008, 05:26 PM
Codeigniter default uri problem - by El Forum - 02-04-2008, 10:00 PM
Codeigniter default uri problem - by El Forum - 02-04-2008, 10:56 PM
Codeigniter default uri problem - by El Forum - 02-05-2008, 09:44 AM
Codeigniter default uri problem - by El Forum - 02-05-2008, 02:42 PM
Codeigniter default uri problem - by El Forum - 02-05-2008, 02:52 PM
Codeigniter default uri problem - by El Forum - 03-09-2008, 03:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB