将.html扩展名重定向到404错误页面nginx

时间:2018-06-13 17:15:55

标签: nginx configuration

如何将.html扩展网址重定向到404错误页面,例如(example.com/this.html到404页面。)有人可以帮助我吗

我当前的配置文件:

$array = array (); //something goes in here

function del_space(array $a){
foreach($a as $key => $value){
    preg_replace("/; +/", "", $value); 
    }
}

$no_space = array_map("del_space", $array); 

0 个答案:

没有答案