[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('industry.asp', 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 Data
id 9
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
DOCUMENT_ROOT /usr/home/wh-au2d2ywx7853v2z0w1c/htdocs/public
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT */*
HTTP_HOST www.hkweirong.com
HTTP_USER_AGENT claudebot
PATH /bin
PHPRC /var/www/php72/hichina_ini/wh-au2d2ywx7853v2z0w1c
QUERY_STRING id=9
REDIRECT_DOCUMENT_ROOT /usr/home/wh-au2d2ywx7853v2z0w1c/htdocs/public
REDIRECT_GATEWAY_INTERFACE CGI/1.1
REDIRECT_HTTP_ACCEPT */*
REDIRECT_HTTP_HOST www.hkweirong.com
REDIRECT_HTTP_USER_AGENT claudebot
REDIRECT_PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
REDIRECT_QUERY_STRING id=9
REDIRECT_REMOTE_ADDR 3.234.177.119
REDIRECT_REMOTE_PORT 37204
REDIRECT_REQUEST_METHOD GET
REDIRECT_REQUEST_URI /industry.asp?id=9
REDIRECT_SCRIPT_FILENAME /usr/home/wh-au2d2ywx7853v2z0w1c/htdocs/public/industry.asp
REDIRECT_SCRIPT_NAME /industry.asp
REDIRECT_SERVER_ADDR 10.19.23.76
REDIRECT_SERVER_ADMIN webmaster@wh-au2d2ywx7853v2z0w1c.my3w.com
REDIRECT_SERVER_NAME www.hkweirong.com
REDIRECT_SERVER_PORT 80
REDIRECT_SERVER_PROTOCOL HTTP/1.1
REDIRECT_SERVER_SIGNATURE
REDIRECT_SERVER_SOFTWARE Apache
REDIRECT_STATUS 200
REDIRECT_TZ Asia/Shanghai
REDIRECT_UNIQUE_ID ZgXi1woTF0wAKhP7q2YAAAAB
REDIRECT_URL /industry.asp
REMOTE_ADDR 3.234.177.119
REMOTE_PORT 37204
REQUEST_METHOD GET
REQUEST_URI /industry.asp?id=9
SCRIPT_FILENAME /usr/home/wh-au2d2ywx7853v2z0w1c/htdocs/public/index.php
SCRIPT_NAME /index.php
SERVER_ADDR 10.19.23.76
SERVER_ADMIN webmaster@wh-au2d2ywx7853v2z0w1c.my3w.com
SERVER_NAME www.hkweirong.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
TZ Asia/Shanghai
UNIQUE_ID ZgXi1woTF0wAKhP7q2YAAAAB
ORIG_PATH_INFO /industry.asp
ORIG_PATH_TRANSLATED /usr/home/wh-au2d2ywx7853v2z0w1c/htdocs/public/index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711661783.9433
REQUEST_TIME 1711661783
Environment Variablesempty
ThinkPHP Constants
HOST ://www.hkweirong.com/
DS /
PAGE_SIZE 10