if (false === $result && !empty($this->cross)) {
// 检测跨域路由
$result = $this->cross->check($this->request, $url, $completeMatch);
}
if (false !== $result) {
return $result;
} elseif ($this->config['url_route_must']) {
throw new RouteNotFoundException();
}
return $this->url($url);
}
/**
* 获取当前请求URL的pathinfo信息(不含URL后缀)
* @access protected
* @return string
USER | www |
HOME | /home/www |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | new.evadaups.com |
HTTP_USER_AGENT | Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com) |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | new.evadaups.com |
SERVER_PORT | 80 |
SERVER_ADDR | 172.17.167.224 |
REMOTE_PORT | 48812 |
REMOTE_ADDR | 107.158.233.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.evadaups.com/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /jx/2044.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/jx/2044.html |
SCRIPT_FILENAME | /www/wwwroot/www.evadaups.com/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1726775690.2862 |
REQUEST_TIME | 1726775690 |