url里含有特殊符号怎么办?
我的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后面不变成?
还是有其它办法~
是URI类,扩展下就好了,你搜下论坛,很多的
页:
[1]