首页 > php教程 > php手册 > 去掉 CI 框架中的 index.php

去掉 CI 框架中的 index.php

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
发布: 2016-06-06 19:58:32
原创
1186 人浏览过

利用 url重写,将 index.php 隐藏。 使用 Apache 服务程序,支持 rewrite 在 CI 的根目录建一个 .htaccess 文件 内容: RewriteEngine on RewriteCond $1 !^(index/.php|images|robots/.txt) RewriteRule ^(.*)$ /index.php/$1 [L] // /index.php 这里根据自

利用 url重写,将 index.php 隐藏。

 

使用 Apache 服务程序,支持 rewrite

 

在 CI 的根目录建一个 .htaccess 文件

内容:

//    /index.php 这里根据自己的目录填写

 

然后在 config.php 里修改

 

$config['index_page'] = "index.php";

去掉其中的值

来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
angular.js - angular-ui-router去掉url中的#
来自于 1970-01-01 08:00:00
0
0
0
javascript - 百度ueditor怎么去掉标签
来自于 1970-01-01 08:00:00
0
0
0
PHP正则问题,如何去掉?开头后面的内容
来自于 1970-01-01 08:00:00
0
0
0
热门推荐
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板