[0] RouteNotFoundException in Route.php line 897

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

  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 897
  2. at Route->check('default.htm', true) in App.php line 604
  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
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /var/web/new.maymotion.com/public/index.php
QUERY_STRING s=//default.htm
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /default.htm
DOCUMENT_URI /index.php
DOCUMENT_ROOT /var/web/new.maymotion.com/public
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.12.1
REMOTE_ADDR 54.236.245.71
REMOTE_PORT 35534
SERVER_ADDR 172.19.219.42
SERVER_PORT 80
SERVER_NAME www.maymotion.com
REDIRECT_STATUS 200
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST maymotion.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711726488.3501
REQUEST_TIME 1711726488
Environment Variablesempty
ThinkPHP Constantsempty