|
发表于 2012-3-21 14:16:44
|
显示全部楼层
本帖最后由 datena 于 2012-3-21 14:21 编辑
xiehao 发表于 2012-3-21 14:14
呵呵,你有没有在根目录下放置.htaccess那个文件啊?
http://localhost/oera/ 放到这个目录的呢。。
RewriteEngine on
RewriteBase /OEra
RewriteCond $1 !^(index\.php|images|robots\.txt|admincp|templates|extra|plugins|attachments)
RewriteRule ^(.*)$ index.php/$1 [L]
|
|