下面是我的 .htaccess 文件下的一段内容RewriteCond %{REQUEST_URI} !^.*.html.*$
RewriteCond %{REQUEST_URI} !^.*key.*$
RewriteCond %{REQUEST_URI} !^.*.txt.*$
RewriteCond %{REQUEST_URI} !^.*.xml.*$
RewriteCond %{REQUEST_URI} !^.*.php.*$
RewriteCond %{REQUEST_URI} !^.*..\/.*$
RewriteRule (.+) http://www.wjapc.com/Newslist/search/key/$1.html [L]由于不会写 这个重定向方面的东西, 希望大家都指点一下,给点意见, 我需要在用户在地址栏输入的 www.wjapc.com/中文  重定向为一个控制器的方法 XXX,如果重定向的话 地址栏会发生变化,可不可以 重定向后地址栏不发生变化? 或者变化了不会影响 搜索引擎收录...