CI中如何去掉index.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'] = "";。
上一篇: php动态生成版权所有信息的方法,php动态生成版权所有
下一篇: SQL命令和常用语句大全
推荐阅读
-
CI中如何去掉index.php
-
如何在(MAMP PRO for mac)中配置nginx上的伪静态规则?try_file的值?tp5之URL重写隐藏应用的入口文件index.php?
-
继续求助,怎么URL重写去掉index.php?不是想象中的那么容易啊。
-
CI中如何设置静态文件路径
-
thinkphp 如何去除url中的index.php
-
CI 框架(Apache环境)有效删除URL中的index.php
-
zend frame 在iis上如何去掉index.php
-
ci-如何在PHP中实现权限设置
-
CI中如何去掉index.php
-
PHP5.4+内置webserver,Yii中如何隐藏index.php,让URL rewrite