$config[';uri#u协议';]=';查询字符串';;不允许AJAX

$config[';uri#u协议';]=';查询字符串';;不允许AJAX,ajax,codeigniter,Ajax,Codeigniter,我创建的一些Ajax代码工作得很好,但当我改变时 $config['uri_protocol'] = 'auto'; 进入 它不再起作用了。有人能提供一些建议吗 这是关于URI协议的评论 /* |-------------------------------------------------------------------------- | URI PROTOCOL |----------------------------------------------------------

我创建的一些Ajax代码工作得很好,但当我改变时

$config['uri_protocol'] = 'auto'; 
进入

它不再起作用了。有人能提供一些建议吗


这是关于URI协议的评论

/*
|--------------------------------------------------------------------------
| URI PROTOCOL
|--------------------------------------------------------------------------
|
| This item determines which server global should be used to retrieve the
| 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
| 'REQUEST_URI'     Uses the REQUEST_URI
| 'ORIG_PATH_INFO'  Uses the ORIG_PATH_INFO
|
*/

提供您的
ajax
code您是否尝试过以下方法:?可能重复:
/*
|--------------------------------------------------------------------------
| URI PROTOCOL
|--------------------------------------------------------------------------
|
| This item determines which server global should be used to retrieve the
| 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
| 'REQUEST_URI'     Uses the REQUEST_URI
| 'ORIG_PATH_INFO'  Uses the ORIG_PATH_INFO
|
*/