|
发表于 2008-2-1 01:06:25
|
显示全部楼层
我也碰见这个问题了,我的操作. 编写下面代码到 .htaccess 文件,放到index.php同目录下.
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
http://localhost/index.php/welcome 去掉index.php ,不行.
修改config.php文件里的$config['index_page'] = "";为空,测试也不行.
why?
------------------------------------------------------------
已经解决,谢谢大家!
[ 本帖最后由 chaing 于 2008-2-1 01:52 编辑 ] |
|