apache_conf nginx的路由重定向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf nginx的路由重定向相关的知识,希望对你有一定的参考价值。

location / { 
  if ($http_host !~ "m.xxx.cn"){
    rewrite ^/web/(.*)/bdu(\d?)\.htm(.*)$ /rewrite.php?custom_dir=$1&bdu_num=$2 last;
  }
  rewrite ^/seo_web/(.*)/index\.html(.*)$ /seo_web/replace.php?custom_dir=$1;
}

以上是关于apache_conf nginx的路由重定向的主要内容,如果未能解决你的问题,请参考以下文章

Nginx 总是将 Laravel 路由重定向到默认的根 index.php 页面

在 nginx-config.yaml 中设置 HTTP 到 HTTPS 重定向(在 AWS ELB 中终止 SSL + NGINX Ingress 进行路由)

apache_conf 通过重定向301重定向所有网站([R = 301,L])

apache_conf 重定向htaccess

apache_conf 重定向

apache_conf 301重定向示例