CodeIgniter 中国开发者社区's Archiver
论坛
›
CodeIgniter 问答求助
› CI在sinaapp上的rewrite怎么写,去掉index.php
geomen
发表于 2012-8-6 14:09:28
CI在sinaapp上的rewrite怎么写,去掉index.php
我在本地用nginx做服务写时,通过配置nginx去年index.php
现在弄到sinaapp上,却不知道要怎么去掉index.php
谁写过,麻烦赐教一下~
jeongee
发表于 2012-8-6 18:39:54
handle:
- rewrite: if(!is_dir() && !is_file() && path~"^(.*)$") goto "index.php/$1"
页:
[1]
查看完整版本:
CI在sinaapp上的rewrite怎么写,去掉index.php