[0] RouteNotFoundException in Route.php line 868

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

  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 868
  2. at Route->check('news|all-642|news|94...', true) in App.php line 595
  3. at App->routeCheck() in App.php line 402
  4. at App->run() in index.php line 44

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
SCRIPT_NAME /index.php
REQUEST_URI /news/all-642/news/9430.thml
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /news/all-642/news/9430.thml
REMOTE_PORT 43886
SCRIPT_FILENAME /webdata/lishishiji/public/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /webdata/lishishiji/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /webdata/lishishiji/public
REMOTE_ADDR 54.205.116.187
SERVER_PORT 80
SERVER_ADDR 192.168.0.99
SERVER_NAME lishishiji.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE <address>Apache Server at lishishiji.com Port 80</address>
LD_LIBRARY_PATH /www/server/apache/lib
PATH /www/server/panel/pyenv/bin:/www/server/panel/pyenv/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
HTTP_HOST lishishiji.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
REDIRECT_STATUS 200
REDIRECT_PATH_INFO news/all-642/news/9430.thml
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711620637.9074
REQUEST_TIME 1711620637
Environment Variablesempty
ThinkPHP Constants
URL_BASE http://hou.shanshuijianzhu.com
SITE_ID 1047
DOMAIN lishishiji.com
CACHE_OPEN 1
ROOT /
PC http://www.dsjxmt.com
MOVE http://m.dsjxmt.com
EXTEND_PATH /webdata/lishishiji/public/../extend/
0.011265s