[0] HttpException in Url.php line 97

非法请求:index/Lists/show/catid/26/id/8

  1. }
  2. // 设置当前请求的参数
  3. $this->request->setRouteVars($var);
  4. // 封装路由
  5. $route = [$module, $controller, $action];
  6. if ($this->hasDefinedRoute($route, $bind)) {
  7. throw new HttpException(404, 'invalid request:' . str_replace('|', $depr, $url));
  8. }
  9. return $route;
  10. }
  11. /**
  12. * 检查URL是否已经定义过路由
  13. * @access protected
  14. * @param string $route 路由信息

Call Stack

  1. in Url.php line 97
  2. at Url->parseUrl('index|Lists|show|cat...') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 25

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /www/wwwroot/lingxiong.com/index.php
QUERY_STRING s=/index/Lists/show/catid/26/id/8.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /index/Lists/show/catid/26/id/8.html
DOCUMENT_URI /index.php
DOCUMENT_ROOT /www/wwwroot/lingxiong.com
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.20.2
REMOTE_ADDR 34.201.37.128
REMOTE_PORT 55950
SERVER_ADDR 172.19.27.174
SERVER_PORT 80
SERVER_NAME lingxiong.com
REDIRECT_STATUS 200
PATH_INFO
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST lingxiong.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711653334.7824
REQUEST_TIME 1711653334
Environment Variablesempty
ThinkPHP Constants
ROOT_PATH /www/wwwroot/lingxiong.com
APP_PATH /www/wwwroot/lingxiong.com/application
WEB_URL http://lingxiong.com/