|
发表于 2012-3-20 21:34:01
|
显示全部楼层
xiehao 发表于 2011-12-27 14:41 
二.CI设置
1.URI中去掉index.php
RewriteEngine on
RewriteBase /dili
RewriteCond $1 !^(index\.php|images|robots\.txt|admincp|templates|extra|plugins|attachments)
RewriteRule ^(.*)$ index.php/$1 [L]
配置后,500访问错误。。。。
使用wamp |
|