geomen 发表于 2011-8-5 23:10:21

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后面不变成?

还是有其它办法~

jeongee 发表于 2011-8-6 09:57:14

是URI类,扩展下就好了,你搜下论坛,很多的
页: [1]
查看完整版本: url里含有特殊符号怎么办?