yufeng1977 发表于 2014-1-1 18:57:14

querystring的问题

设置config['enable_query_string'] = TRUE后,
http://localhost/index.php?c=pages&m=index是可以,但是
http://localhost/index.php?c=pages&m=index&param=aaa,就不行了,始终都是无法接收参数
求解。

loadinger 发表于 2014-1-2 13:34:58

看看rewrite设置,然后一步步跟...最原始的办法。
页: [1]
查看完整版本: querystring的问题