.htaccess重写www但不是localhost

时间:2014-03-06 00:53:43

标签: mod-rewrite

我在htaccess中使用此代码

RewriteCond "%{HTTP_HOST}" "!^www\."         [NC]
RewriteCond "%{HTTP_HOST}" "(.*)"
RewriteRule "(.*)"         "http://www.%1$1" [R=301,L]

它工作正常,但我想在mon localhost

时根本不会重写

感谢您的帮助

0 个答案:

没有答案