首页 新闻 会员 周边

APACHE 重写规则转换nginx重写规则

0
悬赏园豆:10 [已关闭问题] 关闭于 2016-01-14 22:51

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . / [L]

RewriteCond %{HTTP_HOST} ^b.weizon.com [NC]
RewriteRule ^(.*)$ http://b.weizon.com/$1 [R=301,NC,L]

</IfModule>

鱼尾纹的主页 鱼尾纹 | 初学一级 | 园豆:195
提问于:2015-07-02 20:38
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册