搞了一天的301始终没搞定。现在想想完全可以把新url变老url。
需要a.com/1/*.html
改成
a.com/*.html
现有伪静态规则
location / {
if (!-e $request_filename) {
rewrite ^((.*)/) /index.php last;
}
}
程序是wellcms
有没有大佬能帮下忙。
搞了一天的301始终没搞定。现在想想完全可以把新url变老url。
需要a.com/1/*.html
改成
a.com/*.html
现有伪静态规则
location / {
if (!-e $request_filename) {
rewrite ^((.*)/) /index.php last;
}
}
程序是wellcms
有没有大佬能帮下忙。