nginx 根据路径和参数 301重定向配置怎么写
location ^~ /index.php{
if ($query_string ~* "^r=" ) {
rewrite (.*) http://xxxx.com/index.php permanent;
}
}
版权属于:Joyber
本文链接:https://blog.qqvbc.com/default/176.html
转载时须注明出处及本声明
location ^~ /index.php{
if ($query_string ~* "^r=" ) {
rewrite (.*) http://xxxx.com/index.php permanent;
}
}
版权属于:Joyber
本文链接:https://blog.qqvbc.com/default/176.html
转载时须注明出处及本声明