我正在使用以下htaccessRewriteEngineOnRewriteCond%{HTTP_HOST}!^www\.RewriteRule^http://www.%{HTTP_HOST}%{REQUEST_URI}[R=301]RewriteRule^user/([^/]*)/$/user/index.php?usr=$1前三行将非wwwurl重定向到我网站的www..另一行重定向用于规范目的,例如www.mysite.com/user/index.php?usr=JAHAJEE将变为www.mysite.com/user/JAHAJEE/。我的问题是在我将上述非www重定向添加到