您好,歡迎來到58網站目錄!
當前位置:58網站目錄 » 站長資訊 » 小技巧 » 文章詳細

ZBLOG NGINX設置 301重定向一個網址到另外一個網址!

站長「蝙蝠俠」:QQ1251270088  瀏覽:7267次 時間:2021-12-10

ZBLOG NGINX設置 301重定向一個網址到另外一個網址!阿里云配置!


location / {

    if (-f $request_filename/index.html) {
        rewrite (.*) $1/index.html break;
    }


    if (-f $request_filename/index.php) {
        rewrite (.*) $1/index.php;
    }


    if (!-f $request_filename) {
        rewrite (.*) /index.php;
    }


    if ($request_uri = /abc.html) {
        return 301 URL地址;
    }
}


location ~ /\.ht {
    deny all;
}



本文地址:http://www.quema.com.cn/artinfo/2714.html

最新收錄 最新審核通過的網站

?