0赞
赞赏
手机版
扫码打开手机版
把文字装进口袋

404跳转301

糖果 2026-4-1 14:09:12
   location ~ ^/\d+_(\d+)\.html$ {
        return 301 $scheme://$host/$1.html;

    }

使用道具 举报

您需要登录后才可以回帖 立即登录
返回顶部