[0] HttpException in Url.php line 95

非法请求:expo/list/index/cid/58/month/10/year/2019

  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('expo|list|index|cid|...') in Url.php line 23
  3. at Url->init() in App.php line 447
  4. at App->run() in index.php line 33

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /www/wwwroot/test.eventsguide.cn/public/index.php
QUERY_STRING s=/expo/list/index/cid/58/month/10/year/2019.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /expo/list/index/cid/58/month/10/year/2019.html
DOCUMENT_URI /index.php
DOCUMENT_ROOT /www/wwwroot/test.eventsguide.cn/public
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.18.0
REMOTE_ADDR 54.235.6.60
REMOTE_PORT 32972
SERVER_ADDR 172.27.221.119
SERVER_PORT 80
SERVER_NAME www.eventsguide.cn
REDIRECT_STATUS 200
PATH_INFO
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST eventsguide.cn
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710818626.9488
REQUEST_TIME 1710818626
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG true
CMF_ROOT /www/wwwroot/test.eventsguide.cn/
CMF_DATA /www/wwwroot/test.eventsguide.cn/data/
APP_PATH /www/wwwroot/test.eventsguide.cn/app/
WEB_ROOT /www/wwwroot/test.eventsguide.cn/public/
HTMLPURIFIER_PREFIX /www/wwwroot/test.eventsguide.cn/vendor/ezyang/htmlpurifier/library