[0] HttpException in Url.php line 95

非法请求:trade/index/detail/goods/429315

  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 95
  2. at Url->parseUrl('trade|index|detail|g...') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 90

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_REFERER http://www.youming.com/index.php/trade/index/detail/goods/429315.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.youming.com
PATH_INFO /trade/index/detail/goods/429315.html
REDIRECT_STATUS 200
SERVER_NAME www.youming.com
SERVER_PORT 443
SERVER_ADDR 172.19.106.102
REMOTE_PORT 55800
REMOTE_ADDR 54.144.233.198
SERVER_SOFTWARE nginx/1.21.4
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/www.youming.com/public
DOCUMENT_URI /index.php/trade/index/detail/goods/429315.html
REQUEST_URI /index.php/trade/index/detail/goods/429315.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING
SCRIPT_FILENAME /www/wwwroot/www.youming.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php/trade/index/detail/goods/429315.html
REQUEST_TIME_FLOAT 1711655657.8045
REQUEST_TIME 1711655657
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.3.0
APPLICATION_VERSION v1.4.0
DS /
__MY_HTTP__ https
__MY_ROOT__
__MY_ROOT_PUBLIC__ /
__MY_HOST__ www.youming.com
__MY_URL__ https://www.youming.com/
__MY_PUBLIC_URL__ https://www.youming.com/
__MY_VIEW_URL__ https://www.youming.com/index.php/trade/index/detail/goods/429315.html
ROOT_PATH /www/wwwroot/www.youming.com/public/
ROOT /www/wwwroot/www.youming.com/
APP_PATH /www/wwwroot/www.youming.com/application/
VENFOR_PATH /www/wwwroot/www.youming.com/vendor/
APPLICATION web
APPLICATION_CLIENT default
APPLICATION_CLIENT_TYPE pc
IS_AJAX false
BIND_MODULE trade
BIND_ACTION index