| 
 | 
 
我的URL里想传递email, 
比如:http://localhost/ci/index.php/user/info/aaa@qq.com 
但是出现@和.会出现"The URI you submitted has disallowed characters." 
 
有人说改:$config['enable_query_strings'] = FALSE; 把false改成TRUE, 
但是我改后URL链接会变成:http://localhost/ci/index.php?user/info/aaa@qq.com 
 
可以不改config而改RUI类吗?怎么改啊! 
或改config配置后ndex.php后面不变成? 
 
还是有其它办法~ 
 
 |   
 
 
 
 |