去掉codeigniter地址中的index.php

摘要: +转载自:去掉codeigniter地址中的index.php版本:CodeIgniter_2.0.1希望CI 应用的URL不包含index.php例如: http://www.example.com/index.php/product/712希望变成这样http://www.example.com/product/712这样url更漂亮,也许这样seo更友好,通过urlrewrite就可以实现只需用下面3个步骤就可以搞定:1.建立.htaccess写入重写规则如下[code] RewriteEngine On RewriteBase / #Removes access to the syst 阅读全文
posted @ 2011-03-30 00:04 heui 阅读(775) 评论(0) 推荐(0)