梦殇国际
标题: CodeIgniter CI去掉index.php [打印本页]
作者: 阿星 时间: 2015-3-5 20:36
标题: CodeIgniter CI去掉index.php
1、环境为wamp
去掉index.php需要如下步骤
1、httpd.conf 搜索rewrite 去掉前面的#
2、在CI入口文件index.php同目录下新建 ..htaccess文件
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /CI/index.php/$1 [L]
ps:如果你的CI是放在跟目录,请把 /CI去掉
如果是放在文件夹下,请把 /CI 更改为你得文件夹
4、修改application\config config.php里面的内容
搜索:index_page 把index.php去掉
5、重启wamp即可
欢迎光临 梦殇国际 (https://714.hk/) |
Powered by Discuz! X3.4 |