// 检测跨域路由
$result = $this->cross->check($this->request, $url, $completeMatch);
}
if (false !== $result) {
// 路由匹配
return $result;
} elseif ($must) {
// 强制路由不匹配则抛出异常
throw new RouteNotFoundException();
}
// 默认路由解析
return new UrlDispatch($this->request, $this->group, $url, [
'auto_search' => $this->autoSearchController,
]);
}
/**
security_session_verify | 8e2c25313de9af856662f913d44055eb |
USER | www |
HOME | /home/www |
HTTP_COOKIE | security_session_verify=8e2c25313de9af856662f913d44055eb |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.lnlyhg.com |
HTTP_USER_AGENT | Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | www.lnlyhg.com |
SERVER_PORT | 80 |
SERVER_ADDR | 172.17.13.33 |
REMOTE_PORT | 51378 |
REMOTE_ADDR | 172.82.160.226 |
SERVER_SOFTWARE | nginx/1.18.0 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/www.lnlyhg.com/public_html |
DOCUMENT_URI | /index.php |
REQUEST_URI | /chanpinzhongxin/trayvan/1237.htm |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/chanpinzhongxin/trayvan/1237.htm |
SCRIPT_FILENAME | /www/wwwroot/www.lnlyhg.com/public_html/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1689385622.8757 |
REQUEST_TIME | 1689385622 |