2013年7月4日
摘要: 用CI框架时,有时候会遇到这么一个问题,打开网页,只显示 Disallowed Key Characters 错误提示。有人说 url 里有非法字符。但是确定 url 是纯英文的,问题还是出来了。但清空浏览器历史记录和cookies后。 刷新就没问题了。有时候。打开不同的浏览器。有的浏览器会有问题。 阅读全文
posted @ 2013-07-04 16:13 上品物语 阅读(656) 评论(0) 推荐(0) 编辑
摘要: 在终端中执行 sudo a2enmod rewrite 指令后,即启用了 Mod_rewrite 模块。 另外,也可以通过将 /etc/apache2/mods-available/rewrite.load 连接到 /etc/apache2/mods-enabled/rewrite.load 来打开 阅读全文
posted @ 2013-07-04 09:59 上品物语 阅读(2181) 评论(0) 推荐(0) 编辑