CI中如何去掉index.php_PHP教程
apache中伪静态的配置
[plain]
RewriteEngine on
RewriteBase /test
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteEngine on
RewriteBase /test
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]apache中alias的配置
[plain]
Alias /test "f:/www"
Options Indexes FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
Alias /test "f:/www"
Options Indexes FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
将CI中配置文件
application/config/config.php中
$config['index_page'] = "index.php";
改为$config['index_page'] = "";。
推荐阅读
-
如何在eclipse中添加android ADT ADT插件的安装图文教程
-
如何运行openSUSE?Win10中安装SUSE Linux子系统的详细图文教程
-
CorelDraw11如何安装?CorelDRAW11中文版安装破解详细图文教程
-
文本中如何批量添加括号?使用EmEditor批量添加括号教程图解
-
在Win7中如何设置“位置感应打印”的图文教程
-
如何让thinkphp在模型中自动完成session赋值小教程
-
如何使用格式工厂去掉视频中的声音 重新给视频配音
-
IBM SPSS Statistics 23中文版如何安装激活?IBM SPSS Statistics 23永久授权教程
-
YY语音中的游戏直播如何开启 YY游戏直播图文教程详细介绍
-
cad如何剪墙弄窗?CAD墙线中插入窗部件的详细教程