|
发表于 2011-10-12 18:27:16
|
显示全部楼层
RewriteEngine on
RewriteCond $1 !^(index\.php|system\.php|images|skin|js|ls|swfupload|attachment|application|robots\.txt)
RewriteRule ^(.*)$ /fx/index.php/$1 [L]
config.php里的$config['index_page'] = '';
我的程序是在apache指定目录/fx/目录
你可以根据你的目录来更改RewriteRule ^(.*)$ /fx/index.php/$1 [L] 中的fx
还有别忘了开启 AllowOverride 为all |
|