Welcome Guest, Not a member yet? Register   Sign In
Segmented urls not working
#6

[eluser]gunter[/eluser]
try this: http://codeigniter.greatslovakia.com/ind...come/index
you see it works - IIS need special care, a question mark after the index.php/...

there are 2 things to change in the config.php to make it run at an IIS machine:
Quote:change $config[’uri_protocol’] = “AUTO”; to $config[’uri_protocol’] = “PATH_INFO”;

and then change in the config.php from the entry for "index.php" to "index.php?"

if if you are using modrewrite, change this to index.php? too!
greetings from Austria!


Messages In This Thread
Segmented urls not working - by El Forum - 10-19-2007, 03:28 AM
Segmented urls not working - by El Forum - 10-19-2007, 04:50 AM
Segmented urls not working - by El Forum - 10-19-2007, 04:52 AM
Segmented urls not working - by El Forum - 10-19-2007, 10:09 AM
Segmented urls not working - by El Forum - 10-19-2007, 10:11 AM
Segmented urls not working - by El Forum - 10-20-2007, 02:32 AM
Segmented urls not working - by El Forum - 10-20-2007, 01:58 PM
Segmented urls not working - by El Forum - 10-20-2007, 02:07 PM
Segmented urls not working - by El Forum - 10-20-2007, 02:36 PM
Segmented urls not working - by El Forum - 10-21-2007, 12:17 PM
Segmented urls not working - by El Forum - 10-21-2007, 12:44 PM
Segmented urls not working - by El Forum - 10-22-2007, 06:21 AM
Segmented urls not working - by El Forum - 10-22-2007, 11:58 AM
Segmented urls not working - by El Forum - 10-22-2007, 12:34 PM
Segmented urls not working - by El Forum - 10-22-2007, 01:06 PM
Segmented urls not working - by El Forum - 10-22-2007, 01:28 PM
Segmented urls not working - by El Forum - 10-22-2007, 01:33 PM
Segmented urls not working - by El Forum - 10-22-2007, 01:50 PM
Segmented urls not working - by El Forum - 01-03-2011, 05:00 AM
Segmented urls not working - by El Forum - 03-28-2011, 03:38 PM
Segmented urls not working - by El Forum - 03-28-2011, 08:14 PM
Segmented urls not working - by El Forum - 03-29-2011, 01:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB