[0] RouteNotFoundException in Route.php line 899

当前访问路由未定义或不匹配

  1. // 检测跨域路由
  2. $result = $this->cross->check($this->request, $url, $completeMatch);
  3. }
  4. if (false !== $result) {
  5. // 路由匹配
  6. return $result;
  7. } elseif ($must) {
  8. // 强制路由不匹配则抛出异常
  9. throw new RouteNotFoundException();
  10. }
  11. // 默认路由解析
  12. return new UrlDispatch($this->request, $this->group, $url, [
  13. 'auto_search' => $this->autoSearchController,
  14. ]);
  15. }
  16. /**

Call Stack

  1. in Route.php line 899
  2. at Route->check('pc|28', true) in App.php line 602
  3. at App->routeCheck() in App.php line 402
  4. at App->run() in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_CF_IPCOUNTRY US
HTTP_CDN_LOOP cloudflare
HTTP_CF_CONNECTING_IP 54.86.180.90
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_CF_VISITOR {"scheme":"https"}
HTTP_X_FORWARDED_PROTO https
HTTP_CF_RAY 86c05b047f4f3b1a-IAD
HTTP_X_FORWARDED_FOR 54.86.180.90
HTTP_ACCEPT_ENCODING gzip, br
HTTP_CONNECTION Keep-Alive
HTTP_HOST chatgpt.insjc.com
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME chatgpt.insjc.com
SERVER_PORT 80
SERVER_ADDR 23.106.156.115
REMOTE_PORT 23112
REMOTE_ADDR 172.70.42.82
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/chatgpt.insjc.com/public
DOCUMENT_URI /index.php
REQUEST_URI /pc/28.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/pc/28.html
SCRIPT_FILENAME /www/wwwroot/chatgpt.insjc.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711720505.1692
REQUEST_TIME 1711720505
Environment Variablesempty
ThinkPHP Constantsempty