各位大神我的网站是:http://www.kubo365.com
下面是config.yaml配置:handle:
- rewrite: if(!is_dir() && !is_file() && path~"^(.*)$") goto "index.php/$1"
- hostaccess: if(path ~ "App") deny "all"
- hostaccess: if(path ~ "ThinkPHP") deny "all"
- errordoc: 404 /my-show-id-error.html
- compress:  if ( out_header["Content-type"] ~ "text/html" ) compress
- compress:  if ( out_header["Content-type"] ~ "text/css" ) compress
- compress:  if ( out_header["Content-type"] ~ "text/javascript" ) compress为啥404不跳转呢?
比如访问:http://www.kubo365.com/1
不会跳到:http://www.kubo365.com/my-show-id-error.html