diff options
author | admin <devnull@localhost> | 2006-09-26 20:17:19 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-26 20:17:19 +0200 |
commit | 41a1685573aa0ede15a9bf7b373c36a0406fb19d (patch) | |
tree | 468a2dc35ae91f3450b99fb0c853284877c0cf28 /system/application/config/config.php | |
parent | f0839f3bb0fc8b13a1d9b64ed4a7ff86147be9ae (diff) |
Diffstat (limited to 'system/application/config/config.php')
-rw-r--r-- | system/application/config/config.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/application/config/config.php b/system/application/config/config.php index a7b3204cc..12501e684 100644 --- a/system/application/config/config.php +++ b/system/application/config/config.php @@ -34,14 +34,14 @@ $config['index_page'] = "index.php"; | URI string. The default setting of "auto" works for most servers. | If your links do not seem to work, try one of the other delicious flavors: | -| 'auto' Default - auto detects -| 'path_info' Uses the PATH_INFO -| 'query_string' Uses the QUERY_STRING -| 'orig_path_info' Uses the ORIG_PATH_INFO -| 'request_uri' Uses the REQUEST_URI +| 'AUTO' Default - auto detects +| 'PATH_INFO' Uses the PATH_INFO +| 'QUERY_STRING' Uses the QUERY_STRING +| 'REQUEST_URI' Uses the REQUEST_URI +| 'ORIG_PATH_INFO' Uses the ORIG_PATH_INFO | */ -$config['uri_protocol'] = "auto"; +$config['uri_protocol'] = "AUTO"; /* |-------------------------------------------------------------------------- |